Bug 9165: Log config subsystem readiness as INFO
[controller.git] / 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;
     }