Add GELF support (#532)

* Implement the ability to log to a GELF server/input, via the use of pygelf.

* Fix flake8 style checks.
This commit is contained in:
Jason Lingohr
2024-08-25 01:28:55 +10:00
committed by GitHub
parent efe4893a7f
commit 11e0461b9d
4 changed files with 128 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ dependencies = [
"tqdm>=4.31.1",
"urllib3>=1.25.7",
"xmltodict>=0.12.0",
"pygelf>=0.4.2",
]
[project.scripts]