Reworked log system: now logs are handled by lms itself (better control on what is logged), ref #725
This commit is contained in:
+1
-2
@@ -7,9 +7,8 @@ working-dir = "/var/lms";
|
||||
# ffmpeg location
|
||||
ffmpeg-file = "/usr/bin/ffmpeg";
|
||||
|
||||
# Log files, empty means stdout
|
||||
# Log files, empty means debug+info on stdout, warning+error+fatal on stderr
|
||||
log-file = "";
|
||||
access-log-file = "";
|
||||
# Minimum severity, can be "debug", "info", "warning", "error" or "fatal"
|
||||
# "debug" is useful for debugging purposes, but it will also generate a lot of log data and slow down the application
|
||||
log-min-severity = "info";
|
||||
|
||||
Reference in New Issue
Block a user