Don't daemonize the dev guni.

master
Nick Sergeant 2013-04-28 18:19:22 -04:00
parent b631b78f33
commit 59d93db58d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
bind = "unix:/tmp/gunicorn.snipt.sock"
daemon = True # Whether work in the background
daemon = False # Whether work in the background
debug = False # Some extra logging
logfile = ".gunicorn.log" # Name of the log file
loglevel = "info" # The level at which to log