From 995705d789d42d1a9bebe1f812621ce478fb8412 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Fri, 7 Aug 2015 22:38:14 +0000 Subject: [PATCH] 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. --- appliances/teamplayer/start-teamplayer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appliances/teamplayer/start-teamplayer b/appliances/teamplayer/start-teamplayer index 9bf35aa..4c1acce 100755 --- a/appliances/teamplayer/start-teamplayer +++ b/appliances/teamplayer/start-teamplayer @@ -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