Fix logs view in superuser panel
This seems to have been broken ever since we moved to syslog
This commit is contained in:
parent
92c0a05ec1
commit
33b31a2451
2 changed files with 5 additions and 5 deletions
|
@ -204,8 +204,8 @@ class DefaultConfig(object):
|
|||
|
||||
# System logs.
|
||||
SYSTEM_LOGS_PATH = "/var/log/"
|
||||
SYSTEM_SERVICE_LOGS_PATH = "/var/log/%s/current"
|
||||
SYSTEM_SERVICES_PATH = "conf/init/"
|
||||
SYSTEM_LOGS_FILE = "/var/log/syslog"
|
||||
SYSTEM_SERVICES_PATH = "conf/init/service/"
|
||||
|
||||
# Services that should not be shown in the logs view.
|
||||
SYSTEM_SERVICE_BLACKLIST = []
|
||||
|
|
Reference in a new issue