From aa54bd329fcabef3bade97283de583883404369f Mon Sep 17 00:00:00 2001 From: Luiz Sardinha Date: Sun, 22 Feb 2026 12:08:36 +0100 Subject: [PATCH] fix: add Daemon::LogLevel to the list of valid config keys --- src/lib/common/Settings.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/common/Settings.h b/src/lib/common/Settings.h index 8c7ee8079..c0ecbc4a6 100644 --- a/src/lib/common/Settings.h +++ b/src/lib/common/Settings.h @@ -215,6 +215,7 @@ private: , Settings::Daemon::Command , Settings::Daemon::Elevate , Settings::Daemon::LogFile + , Settings::Daemon::LogLevel , Settings::Log::File , Settings::Log::Level , Settings::Log::ToFile