aboutsummaryrefslogtreecommitdiff
path: root/scripts/gn_auth_wsgi.py
AgeCommit message (Collapse)Author
2024-04-24Setup logging: Use gunicorn's loggers where appropriateFrederick Muriuki Muriithi
If the application is run under GUnicorn, then use the gunicorn loggers otherwise, use some default development loggers. This can be extended to support other WSGI servers down the line if ever necessary.