[Answer]-Python Django Logging Issue

1👍

You can use QueueHandler amd QueueListener which are available for Python 2.x through the logutils package. This post has more details, as do the relevant Python 3.x docs.

Leave a comment