mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 05:34:20 +01:00
Expose log level as a configuration option for zwave_js (#1950)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"logConfig": {
|
||||
"enabled": true,
|
||||
"level": {{ if eq .logging "debug" }}5{{ else }}2{{ end }},
|
||||
"level": "{{ .log_level }}",
|
||||
"forceConsole": true
|
||||
},
|
||||
"storage": {
|
||||
|
||||
Reference in New Issue
Block a user