mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
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. */
|
/* Copy all synced configuration files from stage to production. */
|
||||||
for (const String& path : relativePaths) {
|
for (const String& path : relativePaths) {
|
||||||
Log(LogNotice, "ApiListener")
|
Log(LogInformation, "ApiListener")
|
||||||
<< "Copying file '" << path << "' from config sync staging to production zones directory.";
|
<< "Copying file '" << path << "' from config sync staging to production zones directory.";
|
||||||
|
|
||||||
String stagePath = apiZonesStageDir + path;
|
String stagePath = apiZonesStageDir + path;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user