You've already forked netbox-docker
mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-11-19 22:42:09 +03:00
Lower gunicorn default loglevel
This commit is contained in:
@@ -5,4 +5,4 @@ workers = 3
|
|||||||
errorlog = '-'
|
errorlog = '-'
|
||||||
accesslog = '-'
|
accesslog = '-'
|
||||||
capture_output = False
|
capture_output = False
|
||||||
loglevel = 'debug'
|
loglevel = 'info'
|
||||||
|
|||||||
Reference in New Issue
Block a user