Bug 9165: Log config subsystem readiness as INFO 37/63137/3
authorVratko Polak <vrpolak@cisco.com>
Thu, 14 Sep 2017 13:10:11 +0000 (15:10 +0200)
committerVratko Polák <vrpolak@cisco.com>
Wed, 4 Oct 2017 13:25:46 +0000 (13:25 +0000)
Change-Id: I487760e19ac317f7246ac9b9b47f2a65df100e6b
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
opendaylight/config/config-persister-impl/src/main/java/org/opendaylight/controller/config/persist/impl/ConfigPusherImpl.java

index 684e68079cd244179f76591d4e46cdd6caf894ba..08c3330a2731a3d0cb2d9ffd1abdf001359aed71 100644 (file)
@@ -134,7 +134,7 @@ public class ConfigPusherImpl implements ConfigPusher {
                 result.put(configSnapshotHolder, pushResult);
             }
         }
-        LOG.debug("All configuration snapshots have been pushed successfully.");
+        LOG.info("All configuration snapshots have been pushed successfully.");
         return result;
     }