Releases: redhat-aqe/kafka-logging-handler
Releases · redhat-aqe/kafka-logging-handler
Release 0.2.5
- Don't redefine
sys.excepthook
if no logger provided #22
- MacOS compatibility fix #26
- Fail-safe startup of the handler #27
- Optional retries for initialization #28
Release 0.2.3
- Fix top-level exception logging #15
- Optional argument for logging preprocessing #16
- Submit parseable timestamp to ELK #17
- Fixed bug: subprocess blocks when attempts to emit logs to Kafka instead of sending them to main process #18
Release 0.2.2
Fix compatibility with Python3 #14
Release 0.2.1
Fix serialization before sending data to Kafka #12 #13
Release 0.2.0
#11 Add multiprocessing support
Release 0.1.4
- Add option to provide additional fields #10
- Add simple usage example #9
- Add serialization of logging arguments #8
- Fix traceback of unhandled top-level exceptions #7
Release 0.1.3
- Added ability to pass in additional fields
- Added host name and IP to the fields sent
Initial Release 0.1.1
Merge pull request #2 from rmonegro/setup
Add setup.cfg and update URL