[
https://issues.apache.org/jira/browse/KNOX-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17026301#comment-17026301
]
ASF subversion and git services commented on KNOX-2208:
-------------------------------------------------------
Commit c898b475a21c7aee5ff7624a6f62b325c8ce9497 in knox's branch
refs/heads/master from Kevin Risden
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=c898b47 ]
KNOX-2208 - AclsAuthorizationFilter should log access at DEBUG level (#247)
Signed-off-by: Kevin Risden <[email protected]>
> AclsAuthorizationFilter should log access at DEBUG level
> --------------------------------------------------------
>
> Key: KNOX-2208
> URL: https://issues.apache.org/jira/browse/KNOX-2208
> Project: Apache Knox
> Issue Type: Improvement
> Reporter: Kevin Risden
> Assignee: Kevin Risden
> Priority: Trivial
> Fix For: 1.4.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> AclsAuthorizationFilter should log access at DEBUG level. Currently we log
> the same log over and over again in gateway.log
> {code:java}
> 2020-01-29 12:21:08,049 INFO knox.gateway
> (AclsAuthorizationFilter.java:doFilter(105)) - Access Granted: true
> {code}
> gateway-audit.log has the same details with more audit details. We can log
> this at DEBUG instead of INFO from AclsAuthorizationFilter
--
This message was sent by Atlassian Jira
(v8.3.4#803005)