access log to stdout
This commit is contained in:
parent
844215b18e
commit
249d867b17
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ def run_gunicorn():
|
|||
options = {
|
||||
"bind": "127.0.0.1:15478",
|
||||
"workers": 12,
|
||||
"accesslog": "/dev/stderr",
|
||||
"accesslog": "-",
|
||||
}
|
||||
|
||||
StandaloneApplication(app, options).run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue