teamplayer: log uwsgi to a different file.
Having both tornado and uwsgi dump to the same file makes debugging difficult. Switch uwsgi's logs to uwsgi.log.
This commit is contained in:
parent
06a71843b1
commit
995705d789
|
@ -20,7 +20,7 @@ uwsgi --socket TP_DB/teamplayer.sock \
|
|||
--uid teamplayer \
|
||||
--gid teamplayer \
|
||||
--pidfile TP_DB/uwsgi.pid \
|
||||
--daemonize2 /var/log/teamplayer/teamplayer.log \
|
||||
--daemonize2 /var/log/teamplayer/uwsgi.log \
|
||||
-T
|
||||
|
||||
# Start the Spin Doctor
|
||||
|
|
Loading…
Reference in New Issue