aboutsummaryrefslogtreecommitdiff
path: root/scripts/gn_auth_wsgi.py
AgeCommit message (Expand)Author
2024-04-24Move the errors module up one level to break circular dependencies.Frederick Muriuki Muriithi
2024-04-24Setup logging: Use gunicorn's loggers where appropriate•••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. Frederick Muriuki Muriithi