We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71126c5 commit 1beb200Copy full SHA for 1beb200
docker/gunicorn.conf.py
@@ -11,6 +11,7 @@
11
#example: https://github.com/benoitc/gunicorn/blob/master/gunicorn/glogging.py
12
if os.getenv('USE_DOCKER_LOGS') == 'yes':
13
accesslog = "/data/gunicorn.access.log"
14
+ errorlog = "-"
15
loglevel = os.getenv('LOG_LEVEL') or 'info'
16
else:
17
#accesslog = "/data/gunicorn.access.log"
0 commit comments