redhat-aqe / kafka-logging-handler

Python Logging Handler for Kafka
GNU General Public License v3.0
27 stars 16 forks source link

Fix logging of non-serializable object (Python 2) #12

Closed kusha closed 5 years ago

kusha commented 5 years ago

Direct call of repr method causes Python failure in Python 2. Actual code works only in Python 3. repr() call works in both Python 2/3.

mjahudko commented 5 years ago

+1