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 90f71ca51aa1fc338fdae21aaacdff0a665196ca..f1ac84c5ebf340b0f99b47de939eddb6be3ae580 100644 (file)
@@ -141,7 +141,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;
     }