Log exception 65/14265/1
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 21 Sep 2017 13:59:01 +0000 (09:59 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 21 Sep 2017 13:59:31 +0000 (09:59 -0400)
Logging as trace since it is an acceptable exception.

Change-Id: Ie93e60aeb95ece9b142c87f20eeb21ef56507dc4
Issue-ID: POLICY-261
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
policy-management/src/main/java/org/onap/policy/drools/server/restful/RestManager.java

index 48eedfa..93bdc0b 100644 (file)
@@ -375,6 +375,7 @@ public class RestManager {
       if (controller != null)
         return Response.status(Response.Status.NOT_MODIFIED).entity(controller).build();
     } catch (final IllegalArgumentException e) {
+       logger.trace("OK ", e);
       // This is OK
     } catch (final IllegalStateException e) {
       logger.info("{}: cannot get policy-controller because of {}", this, e.getMessage(), e);