]> granicus.if.org Git - icinga2/commitdiff
Change log level for authoritative zone config includes
authorMichael Friedrich <michael.friedrich@netways.de>
Fri, 18 Dec 2015 10:53:56 +0000 (11:53 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Tue, 23 Feb 2016 08:09:55 +0000 (09:09 +0100)
LogWarning will make users wonder about a problem each time
Icinga 2 starts.

refs #10819

lib/cli/daemonutility.cpp

index 77b3e143d4f8edad2c20817c85510aa5c19fbed7..a6fe4555fd3c7833605af31f9f85d8c363525b7a 100644 (file)
@@ -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;
        }