Skip to content

Commit

Permalink
Change log level for authoritative zone config includes
Browse files Browse the repository at this point in the history
LogWarning will make users wonder about a problem each time
Icinga 2 starts.

refs #10819
  • Loading branch information
Michael Friedrich authored and gunnarbeutner committed Feb 23, 2016
1 parent 48fe703 commit 2f8d416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/daemonutility.cpp
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2f8d416

Please sign in to comment.