From 2f8d416da0a5e94a9572199b6486579975643ed9 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 18 Dec 2015 11:53:56 +0100 Subject: [PATCH] Change log level for authoritative zone config includes LogWarning will make users wonder about a problem each time Icinga 2 starts. refs #10819 --- lib/cli/daemonutility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/daemonutility.cpp b/lib/cli/daemonutility.cpp index 77b3e143d..a6fe4555f 100644 --- a/lib/cli/daemonutility.cpp +++ b/lib/cli/daemonutility.cpp @@ -69,7 +69,7 @@ static void IncludeNonLocalZone(const String& zonePath, const String& package, b * from zones.d in etc or api package directory, or a local marker file) */ if (ConfigCompiler::HasZoneConfigAuthority(zoneName) || Utility::PathExists(zonePath + "/.authoritative")) { - Log(LogWarning, "config") + Log(LogNotice, "config") << "Ignoring non local config include for zone '" << zoneName << "': We already have an authoritative copy included."; return; } -- 2.49.0