Minor changes to improve logger performance slightly and to lock down logging options in config

This commit is contained in:
Victor Hagelbäck 2021-01-25 16:09:24 +01:00
parent b3de8eaeb6
commit 0d17c388d8
2 changed files with 10 additions and 15 deletions

View file

@ -30,7 +30,7 @@
"mqttUsername": "str",
"mqttPassword": "str",
"includeRoomsAsLights": "bool",
"logLevel": "str",
"logLevel": "list(error|warn|info|debug|verbose|silly)",
"connectionTimeout": "int",
"writeQueueWaitTime": "int"
}