We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ba4df commit 638a09dCopy full SHA for 638a09d
apps/common/management/commands/services/services/gunicorn.py
@@ -27,7 +27,7 @@ def cmd(self):
27
'--max-requests', '10240',
28
'--max-requests-jitter', '2048',
29
'--access-logformat', log_format,
30
- '--access-logfile', '-',
+ '--access-logfile', '/dev/null',
31
'--error-logfile', '-'
32
]
33
if DEBUG:
apps/common/management/commands/services/services/local_model.py
@@ -35,7 +35,7 @@ def cmd(self):
35
36
37
38
39
40
41
0 commit comments