Skip to content

Releases: redhat-aqe/kafka-logging-handler

Release 0.2.5

08 Jan 06:56
633980c
Compare
Choose a tag to compare
  • 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

25 Jul 11:24
9459c1e
Compare
Choose a tag to compare
  • 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

09 May 09:29
c548c22
Compare
Choose a tag to compare

Fix compatibility with Python3 #14

Release 0.2.1

09 May 08:23
1c2321f
Compare
Choose a tag to compare

Fix serialization before sending data to Kafka #12 #13

Release 0.2.0

02 May 17:53
0634753
Compare
Choose a tag to compare

#11 Add multiprocessing support

Release 0.1.4

17 Apr 15:36
c2ff68a
Compare
Choose a tag to compare
  • 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

11 Apr 19:47
5211b55
Compare
Choose a tag to compare
  • Added ability to pass in additional fields
  • Added host name and IP to the fields sent

Release 0.1.2

05 Apr 17:07
3cab60c
Compare
Choose a tag to compare

Initial release

Initial Release 0.1.1

05 Apr 16:05
af1593a
Compare
Choose a tag to compare
Initial Release 0.1.1 Pre-release
Pre-release
Merge pull request #2 from rmonegro/setup

Add setup.cfg and update URL