Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-24 | Move entry-point wsgi.py file/script to gn_auth package | Frederick Muriuki Muriithi | |
2024-04-24 | Move the errors module up one level to break circular dependencies. | Frederick Muriuki Muriithi | |
2024-04-24 | Setup logging: Use gunicorn's loggers where appropriate | Frederick 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. |