log updated

This commit is contained in:
lucio 2024-02-20 12:20:16 +01:00
parent b4faa4e2c5
commit bfce9d076d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class DefaultAuthorizationProvider implements AuthorizationProvider {
contexts.add(scope.toString());
LOG.debug("found context {}",context);
}catch (IllegalArgumentException e) {
LOG.warn("invalid context found in token: {}", context);
LOG.debug("invalid context found in token: {}", context);
}
}
} catch (Exception e) {