From 8f62c90a96e3634c2d41cda96afefaff5c1fb54d Mon Sep 17 00:00:00 2001 From: MarkKoz <1515135+MarkKoz@users.noreply.github.com> Date: Mon, 30 May 2022 19:57:45 -0700 Subject: Move logging code to separate utility modules --- config/gunicorn.conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/gunicorn.conf.py b/config/gunicorn.conf.py index 5ab11f4..5812c07 100644 --- a/config/gunicorn.conf.py +++ b/config/gunicorn.conf.py @@ -1,5 +1,5 @@ workers = 2 bind = "0.0.0.0:8060" -logger_class = "snekbox.GunicornLogger" +logger_class = "snekbox.utils.gunicorn.GunicornLogger" access_logformat = "%(m)s %(U)s%(q)s %(s)s %(b)s %(L)ss" access_logfile = "-" -- cgit v1.2.3