diff options
author | Frederick Muriuki Muriithi | 2024-04-10 10:55:51 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-04-10 10:55:51 +0300 |
commit | acdbc30fd8d12d25f48a2ea839a6c2eb91527b95 (patch) | |
tree | ee3bad7b202b76bc162403c220d054779151788b /scripts/rqtl2/__init__.py | |
parent | 061a40c14f3adf39c794aa0ddace4835f9282e9b (diff) | |
download | gn-uploader-acdbc30fd8d12d25f48a2ea839a6c2eb91527b95.tar.gz |
logging: Set up logging in wsgi.py
Make flask use the gunicorn loggers when run under gunicorn,
otherwise, use our custom logging.
Putting the logging setup inside `create_app(…)` would cause each
worker to override the gunicorn loggers, meaning we were not receiving
the logs, especially for `debug(…)` calls.
Diffstat (limited to 'scripts/rqtl2/__init__.py')
0 files changed, 0 insertions, 0 deletions