diff --git a/src/main/java/org/gcube/informationsystem/icproxy/resources/ServiceEndpointResource.java b/src/main/java/org/gcube/informationsystem/icproxy/resources/ServiceEndpointResource.java index 2aa2b6a..65fc419 100644 --- a/src/main/java/org/gcube/informationsystem/icproxy/resources/ServiceEndpointResource.java +++ b/src/main/java/org/gcube/informationsystem/icproxy/resources/ServiceEndpointResource.java @@ -202,7 +202,7 @@ public class ServiceEndpointResource { private boolean isRoleEnabled(String role){ boolean isEnabled = false; - log.debug("checking role"); + log.debug("checking role: "+role); String at= AccessTokenProvider.instance.get(); try{ if (ModelUtils.getAccessTokenFrom(at).getRealmAccess().getRoles().contains(role)) {