BUG 1387 - degrade log output from info to debug 90/9190/1
authorJozef Gloncak <jgloncak@cisco.com>
Mon, 21 Jul 2014 08:48:29 +0000 (10:48 +0200)
committerJozef Gloncak <jgloncak@cisco.com>
Mon, 21 Jul 2014 08:48:29 +0000 (10:48 +0200)
Change-Id: Ia98ab154bb53cc3c43f42270a3bd6c65bd9dee65
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/RestCodec.java

index 92a7014438cff009299fdd3a2cf37ae8959d0d6b..611fb490907584d4e47bee30686b7244af049140 100644 (file)
@@ -84,7 +84,7 @@ public class RestCodec {
                     if (input instanceof IdentityValuesDTO) {
                         return identityrefCodec.deserialize(input);
                     }
                     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;
                             "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;