diff --git a/src/main/java/org/gcube/informationsystem/resourceregistry/context/ContextCreator.java b/src/main/java/org/gcube/informationsystem/resourceregistry/context/ContextCreator.java index 74f696e..457ef0d 100644 --- a/src/main/java/org/gcube/informationsystem/resourceregistry/context/ContextCreator.java +++ b/src/main/java/org/gcube/informationsystem/resourceregistry/context/ContextCreator.java @@ -65,6 +65,7 @@ public class ContextCreator extends ContextElaborator { uuid = getContextUUID(scopeBean); }catch (ContextNotFoundException e) { // The context has to be created + logger.info("{} not found", scopeBean.toString()); } if(uuid==null) { logger.info("Parent Context of {} is {}", scopeBean, scopeBean.enclosingScope()); diff --git a/src/test/resources/logback-test.xml b/src/test/resources/logback-test.xml index e8ffc3a..90ae346 100644 --- a/src/test/resources/logback-test.xml +++ b/src/test/resources/logback-test.xml @@ -10,6 +10,7 @@ +