Bug 9165: Log config subsystem readiness as INFO 39/63139/1 stable/boron
authorVratko Polak <vrpolak@cisco.com>
Thu, 14 Sep 2017 13:10:11 +0000 (15:10 +0200)
committerVratko Polák <vrpolak@cisco.com>
Thu, 14 Sep 2017 13:13:21 +0000 (13:13 +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 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;
     }