Move server logs to /var/log/zulip.

(imported from commit a65c4908c4a52c4abb57f299ad949c2a23dab715)
This commit is contained in:
Tim Abbott 2013-09-25 14:45:06 -04:00
parent e4496521e9
commit d7a3570c7e
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ CACHES = {
}
if DEPLOYED:
SERVER_LOG_PATH = "/home/humbug/logs/server.log"
SERVER_LOG_PATH = "/var/log/zulip/server.log"
EVENT_LOG_DIR = '/home/humbug/logs/event_log'
ERROR_LOG_DIR = '/home/humbug/logs/errors'
STATS_DIR = '/home/humbug/stats'