Spam the log with config file copies from stage to prod

This commit is contained in:
Michael Friedrich 2018-10-26 16:54:55 +02:00
parent 4c6150b254
commit b3b7abdfe8
1 changed files with 1 additions and 1 deletions

View 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;