teremterem / moonrobot

MIT License
0 stars 0 forks source link

Logging to file + log rotation #20

Closed teremterem closed 2 years ago

teremterem commented 2 years ago

This becomes important because gunicorn doesn't seem to capture console output of its workers.

Also add timestamps to log entries.

https://docs.djangoproject.com/en/3.2/topics/logging/

teremterem commented 2 years ago

A quick fix could be to do something like this: https://newbedev.com/is-there-a-way-to-log-python-print-statements-in-gunicorn