From: Michael Friedrich Date: Fri, 26 Oct 2018 14:54:55 +0000 (+0200) Subject: Spam the log with config file copies from stage to prod X-Git-Tag: v2.11.0-rc1~59^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3b7abdfe884d07a05e0457717f9fe1aa886c28d;p=icinga2 Spam the log with config file copies from stage to prod --- diff --git a/lib/remote/apilistener-filesync.cpp b/lib/remote/apilistener-filesync.cpp index 845be35ee..e9a54a88f 100644 --- a/lib/remote/apilistener-filesync.cpp +++ b/lib/remote/apilistener-filesync.cpp @@ -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;