You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Risden (Jira)" <ji...@apache.org> on 2020/01/29 17:29:00 UTC

[jira] [Created] (KNOX-2208) AclsAuthorizationFilter should log access at DEBUG level

Kevin Risden created KNOX-2208:
----------------------------------

             Summary: 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
             Fix For: 1.4.0


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)