mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Moving gunicorn logs to general logfiles, no longer simply access logs.
This commit is contained in:
parent
d80db5b50f
commit
fc3787daa1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ def numCPUs():
|
|||
|
||||
bind = "127.0.0.1:8000"
|
||||
pidfile = "/home/sclay/newsblur/logs/gunicorn.pid"
|
||||
accesslog = "/home/sclay/newsblur/logs/production.log"
|
||||
logfile = "/home/sclay/newsblur/logs/production.log"
|
||||
loglevel = "debug"
|
||||
name = "newsblur"
|
||||
timeout = 60
|
||||
|
|
Loading…
Add table
Reference in a new issue