Custom Logging to Console and File Handling in Python (with Queue)

This is the custom log handling code that I wrote and used extensively in my projects. It was originally created to handle logging serial and SSH console log which has huge amount of data.

This one uses queue so there is no performance bottleneck on the logging calls.

Leave a Reply

Your email address will not be published. Required fields are marked *