This is an automated email from the ASF dual-hosted git repository.
krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new c898b47 KNOX-2208 - AclsAuthorizationFilter should log access at
DEBUG level (#247)
c898b47 is described below
commit c898b475a21c7aee5ff7624a6f62b325c8ce9497
Author: Kevin Risden <[email protected]>
AuthorDate: Wed Jan 29 18:06:13 2020 -0500
KNOX-2208 - AclsAuthorizationFilter should log access at DEBUG level (#247)
Signed-off-by: Kevin Risden <[email protected]>
---
.../java/org/apache/knox/gateway/filter/AclsAuthorizationMessages.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/gateway-provider-security-authz-acls/src/main/java/org/apache/knox/gateway/filter/AclsAuthorizationMessages.java
b/gateway-provider-security-authz-acls/src/main/java/org/apache/knox/gateway/filter/AclsAuthorizationMessages.java
index b99e5ce..7b48af8 100644
---
a/gateway-provider-security-authz-acls/src/main/java/org/apache/knox/gateway/filter/AclsAuthorizationMessages.java
+++
b/gateway-provider-security-authz-acls/src/main/java/org/apache/knox/gateway/filter/AclsAuthorizationMessages.java
@@ -39,7 +39,7 @@ public interface AclsAuthorizationMessages {
@Message( level = MessageLevel.DEBUG, text = "No ACLs found for: {0}" )
void noAclsFoundForResource(String resourceRole);
- @Message( level = MessageLevel.INFO, text = "Access Granted: {0}" )
+ @Message( level = MessageLevel.DEBUG, text = "Access Granted: {0}" )
void accessGranted(boolean accessGranted);
@Message( level = MessageLevel.DEBUG, text = "PrimaryPrincipal: {0}" )