1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 05:36:59 -05:00

Change Default Logging Level to INFO

This commit is contained in:
deathbybandaid 2020-12-15 11:33:51 -05:00
parent 1143b158da
commit 61779991ca

View File

@ -1,7 +1,7 @@
{ {
"logging":{ "logging":{
"level":{ "level":{
"value": "WARNING", "value": "INFO",
"config_file": true, "config_file": true,
"config_web": true "config_web": true
} }