Map the logger configuration in lms.conf file

This commit is contained in:
emeric
2019-06-06 13:40:29 +02:00
parent 39bf478f9f
commit 37a41ece1f
7 changed files with 41 additions and 45 deletions
+6 -3
View File
@@ -20,12 +20,15 @@ wt-resources="/usr/share/Wt/resources";
docroot = "/usr/share/lms/docroot/;/resources,/css,/images,/js,/favicon.ico";
approot = "/usr/share/lms/approot";
# Turn on this option to allow the demo account creation/use
#demo = false;
# Acoustic brainz's root API
acousticbrainz-api-url = "https://acousticbrainz.org/api/v1/";
# API
api-subsonic = true;
# Logger configuration, see log-config in https://webtoolkit.eu/wt/doc/reference/html/overview.html#config_general
log-config = "* -debug -info:WebRequest";
# Turn on this option to allow the demo account creation/use
demo = false;