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

Commit 1e09d6d

Browse files
committed
Merge pull request #487 from deis/fix-yaml-bug
Fix YAML escape bug on Gunicorn log targets
2 parents d1eddfb + 09983ac commit 1e09d6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker_registry/server/env.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
'GUNICORN_WORKERS': '4',
1313
'GUNICORN_GRACEFUL_TIMEOUT': '3600',
1414
'GUNICORN_SILENT_TIMEOUT': '3600',
15-
'GUNICORN_ACCESS_LOG_FILE': '-',
16-
'GUNICORN_ERROR_LOG_FILE': '-'
15+
'GUNICORN_ACCESS_LOG_FILE': '"-"',
16+
'GUNICORN_ERROR_LOG_FILE': '"-"'
1717
}
1818

1919

0 commit comments

Comments
 (0)