put context logs to debug

This commit is contained in:
Lucio Lelii 2022-08-03 12:29:53 +02:00
parent b73a2963e5
commit 551740212f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}