put context logs to debug
This commit is contained in:
parent
b73a2963e5
commit
551740212f
|
@ -44,7 +44,7 @@ public class DefaultAuthorizationProvider implements AuthorizationProvider {
|
|||
try {
|
||||
ContextBean scope = new ContextBean(context.replaceAll("%2F", "/"));
|
||||
contexts.add(scope.toString());
|
||||
LOG.info("found context {}",context);
|
||||
LOG.debug("found context {}",context);
|
||||
}catch (IllegalArgumentException e) {
|
||||
LOG.warn("invalid context found in token: {}", context);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue