From 1667ba64ac2b8272cb0dea7ce30e459450e1c847 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Mon, 6 Jan 2025 21:45:55 +0100 Subject: [PATCH] fix: Remove invalid `warn` `log_level` https://github.com/nurikk/zigbee2mqtt-frontend/issues/2369 (#25634) --- lib/util/settings.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index 016d94694..7aa3eb207 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -486,7 +486,7 @@ }, "log_level": { "type": "string", - "enum": ["error", "warning", "info", "debug", "warn"], + "enum": ["error", "warning", "info", "debug"], "title": "Log level", "description": "Logging level", "default": "info"