Silence log level for configuration file updates

This only helps with debugging the configuration sync, but seems
to be highlighted quite often in default configurations (where
the timestamp is equal).

refs #5566

refs #5590
This commit is contained in:
Michael Friedrich 2017-09-20 13:30:02 +02:00
parent d01a62d6de
commit edeaed2b72
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ bool ApiListener::UpdateConfigDir(const ConfigDirInformation& oldConfigInfo, con
/* skip update if our configuration files are more recent */
if (oldTimestamp >= newTimestamp) {
Log(LogInformation, "ApiListener")
Log(LogNotice, "ApiListener")
<< "Our configuration is more recent than the received configuration update."
<< " Ignoring configuration file update for path '" << configDir << "'. Current timestamp '"
<< Utility::FormatDateTime("%Y-%m-%d %H:%M:%S %z", oldTimestamp) << "' ("