cenkalti / kuyruk

⚙️ Simple task queue for Python
https://kuyruk.readthedocs.org/
MIT License
231 stars 17 forks source link

Logging level #68

Closed nathan30 closed 4 years ago

nathan30 commented 4 years ago

Hi,

I want to know if it's possible to modify the logging level ? I'm using python logging lib in my project and all the log are shown into the kuyruk worker.

I want to display only the error log into kuyruk, is it possible ?

Thanks