Moving gunicorn logs to general logfiles, no longer simply access logs.

This commit is contained in:
Samuel Clay 2011-10-19 08:58:51 -07:00
parent d80db5b50f
commit fc3787daa1

View file

@ -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