Skip to content

Commit 1beb200

Browse files
committed
Update gunicorn.conf.py
1 parent 71126c5 commit 1beb200

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/gunicorn.conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#example: https://github.com/benoitc/gunicorn/blob/master/gunicorn/glogging.py
1212
if os.getenv('USE_DOCKER_LOGS') == 'yes':
1313
accesslog = "/data/gunicorn.access.log"
14+
errorlog = "-"
1415
loglevel = os.getenv('LOG_LEVEL') or 'info'
1516
else:
1617
#accesslog = "/data/gunicorn.access.log"

0 commit comments

Comments
 (0)