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:
Albert Hopkins 2015-08-07 22:38:14 +00:00
parent 06a71843b1
commit 995705d789
1 changed files with 1 additions and 1 deletions

View File

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