diff options
| author | 2023-11-05 10:16:18 -0800 | |
|---|---|---|
| committer | 2023-11-05 10:16:18 -0800 | |
| commit | 841b52be9b960e61af0bcc61454eedc893641626 (patch) | |
| tree | 635611c04770cffd33036a2a2380f978017ee621 /config/gunicorn.conf.py | |
| parent | Merge #195 - Python 3.12 (diff) | |
| parent | Remove Python 3.13 from image (diff) | |
Merge #194 - refactor file structure and nsjail module
Diffstat (limited to 'config/gunicorn.conf.py')
| -rw-r--r-- | config/gunicorn.conf.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config/gunicorn.conf.py b/config/gunicorn.conf.py index 5e492bb..02f02a0 100644 --- a/config/gunicorn.conf.py +++ b/config/gunicorn.conf.py @@ -1,6 +1,6 @@  workers = 2  bind = "0.0.0.0:8060" -logger_class = "snekbox.utils.gunicorn.GunicornLogger" +logger_class = "snekbox.logging.GunicornLogger"  access_logformat = "%(m)s %(U)s%(q)s %(s)s %(b)s %(L)ss"  access_logfile = "-"  wsgi_app = "snekbox:SnekAPI()" | 
