Log exception
[policy/drools-pdp.git] / 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);