mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-17 07:03:58 +00:00
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:
@@ -54,6 +54,7 @@ dependencies = [
|
||||
"tqdm>=4.31.1",
|
||||
"urllib3>=1.25.7",
|
||||
"xmltodict>=0.12.0",
|
||||
"pygelf>=0.4.2",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
||||
Reference in New Issue
Block a user