Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit c7af1ae

Browse files
committed
Updated eny.py to include default logging to console / docker logs
1 parent 7fe1122 commit c7af1ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker_registry/server/env.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
'SETTINGS_FLAVOR': 'dev',
1212
'GUNICORN_WORKERS': '4',
1313
'GUNICORN_GRACEFUL_TIMEOUT': '3600',
14-
'GUNICORN_SILENT_TIMEOUT': '3600'
14+
'GUNICORN_SILENT_TIMEOUT': '3600',
15+
'GUNICORN_ACCESS_LOG_FILE': '-',
16+
'GUNICORN_ERROR_LOG_FILE': '-'
1517
}
1618

1719

0 commit comments

Comments
 (0)