Minor changes to improve logger performance slightly and to lock down logging options in config
This commit is contained in:
parent
b3de8eaeb6
commit
0d17c388d8
2 changed files with 10 additions and 15 deletions
|
|
@ -30,7 +30,7 @@
|
|||
"mqttUsername": "str",
|
||||
"mqttPassword": "str",
|
||||
"includeRoomsAsLights": "bool",
|
||||
"logLevel": "str",
|
||||
"logLevel": "list(error|warn|info|debug|verbose|silly)",
|
||||
"connectionTimeout": "int",
|
||||
"writeQueueWaitTime": "int"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue