mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-08 08:25:55 +00:00
🔊(backend) log request duration in Gunicorn workers
Include the time taken by each request in the Gunicorn worker access logs, so we can spot slow endpoints and correlate latency patterns directly from the logs.
This commit is contained in:
committed by
aleb_the_flash
parent
f74d23c57e
commit
ef71003721
@@ -14,3 +14,4 @@ accesslog = "-"
|
||||
# Using '-' for the error log file makes gunicorn log errors to stderr
|
||||
errorlog = "-"
|
||||
loglevel = "info"
|
||||
access_log_format = '%(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s" %(M)s'
|
||||
|
||||
Reference in New Issue
Block a user