From 0cba2a740a56dbe34561bbe850d42136def19779 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Thu, 14 Sep 2017 15:10:11 +0200 Subject: [PATCH] Bug 9165: Log config subsystem readiness as INFO Change-Id: I487760e19ac317f7246ac9b9b47f2a65df100e6b Signed-off-by: Vratko Polak --- .../controller/config/persist/impl/ConfigPusherImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/config/config-persister-impl/src/main/java/org/opendaylight/controller/config/persist/impl/ConfigPusherImpl.java b/opendaylight/config/config-persister-impl/src/main/java/org/opendaylight/controller/config/persist/impl/ConfigPusherImpl.java index 90f71ca51a..f1ac84c5eb 100644 --- a/opendaylight/config/config-persister-impl/src/main/java/org/opendaylight/controller/config/persist/impl/ConfigPusherImpl.java +++ b/opendaylight/config/config-persister-impl/src/main/java/org/opendaylight/controller/config/persist/impl/ConfigPusherImpl.java @@ -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; } -- 2.36.6