mirror of https://github.com/zulip/zulip.git
Move server logs to /var/log/zulip.
(imported from commit a65c4908c4a52c4abb57f299ad949c2a23dab715)
This commit is contained in:
parent
e4496521e9
commit
d7a3570c7e
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue