]> granicus.if.org Git - icinga2/commitdiff
Spam the log with config file copies from stage to prod
authorMichael Friedrich <michael.friedrich@icinga.com>
Fri, 26 Oct 2018 14:54:55 +0000 (16:54 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Wed, 19 Jun 2019 12:46:11 +0000 (14:46 +0200)
lib/remote/apilistener-filesync.cpp

index 845be35ee2d5969c3a6bde9db1a4e6c239087465..e9a54a88f709fe547d67e5ec8bc720b1284c71bb 100644 (file)
@@ -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;