Saturday, September 1, 2018

Python Custom Logging Handler Example

In this post, I am going to write a Python custom logging handler that will send log entries to a Kafka broker where you can aggregate them to a database.

Python's logging module gives you very granular control of how to handle logging from your application. You can log to a file, the console, and more.



from DZone.com Feed https://ift.tt/2MKCngk

No comments:

Post a Comment