mirror of https://github.com/Icinga/icinga2.git
Spam the log with config file copies from stage to prod
This commit is contained in:
parent
4c6150b254
commit
b3b7abdfe8
|
@ -501,7 +501,7 @@ void ApiListener::TryActivateZonesStageCallback(const ProcessResult& pr,
|
|||
|
||||
/* Copy all synced configuration files from stage to production. */
|
||||
for (const String& path : relativePaths) {
|
||||
Log(LogNotice, "ApiListener")
|
||||
Log(LogInformation, "ApiListener")
|
||||
<< "Copying file '" << path << "' from config sync staging to production zones directory.";
|
||||
|
||||
String stagePath = apiZonesStageDir + path;
|
||||
|
|
Loading…
Reference in New Issue