Turned down some logging from INFO to DEBUG in StatsAdapter 87/4787/3
authorEd Warnicke <eaw@cisco.com>
Sun, 26 Jan 2014 06:42:50 +0000 (00:42 -0600)
committerGerrit Code Review <gerrit@opendaylight.org>
Sun, 26 Jan 2014 07:23:46 +0000 (07:23 +0000)
Change-Id: Ibc5b6b766d99f2044baa147b0985c293778d5041
Signed-off-by: Ed Warnicke <eaw@cisco.com>
opendaylight/md-sal/statistics-manager/src/main/java/org/opendaylight/controller/md/statistics/manager/StatisticsUpdateCommiter.java

index d14f7cf503c0c26b5086696473dee506f2fd26f8..907534bcf5a240c8ea661d24d8d086860c1b0bcc 100644 (file)
@@ -500,7 +500,7 @@ public class StatisticsUpdateCommiter implements OpendaylightGroupStatisticsList
                         .child(Flow.class,newFlowKey).toInstance();
                 flowBuilder.setKey(newFlowKey);
                 flowBuilder.addAugmentation(FlowStatisticsData.class, flowStatisticsData.build());
-                sucLogger.info("Flow {} is not present in config data store, augmenting statistics as an unaccounted flow",flowBuilder.build());
+                sucLogger.debug("Flow {} is not present in config data store, augmenting statistics as an unaccounted flow",flowBuilder.build());
                 it.putOperationalData(flowRef, flowBuilder.build());
                 it.commit();
             }