fix(ignore): Allow deprecated warn log_level https://github.com/Koenkk/zigbee2mqtt/issues/22706

This commit is contained in:
Koen Kanters
2024-05-22 20:12:15 +02:00
parent ef68cc328e
commit b2d32657f3
+1 -1
View File
@@ -492,7 +492,7 @@
},
"log_level": {
"type": "string",
"enum": ["error", "warning", "info", "debug"],
"enum": ["error", "warning", "info", "debug", "warn"],
"title": "Log level",
"description": "Logging level",
"default": "info"