From 638cb3eed6bccd1f2bd4304cb319e2354e12074c Mon Sep 17 00:00:00 2001 From: Jozef Gloncak Date: Mon, 21 Jul 2014 10:48:29 +0200 Subject: [PATCH] BUG 1387 - degrade log output from info to debug Change-Id: Ia98ab154bb53cc3c43f42270a3bd6c65bd9dee65 Signed-off-by: Jozef Gloncak --- .../opendaylight/controller/sal/restconf/impl/RestCodec.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/RestCodec.java b/opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/RestCodec.java index 92a7014438..611fb49090 100644 --- a/opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/RestCodec.java +++ b/opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/RestCodec.java @@ -84,7 +84,7 @@ public class RestCodec { if (input instanceof IdentityValuesDTO) { return identityrefCodec.deserialize(input); } - logger.info( + logger.debug( "Value is not instance of IdentityrefTypeDefinition but is {}. Therefore NULL is used as translation of - {}", input == null ? "null" : input.getClass(), String.valueOf(input)); return null; -- 2.36.6