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

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

     [ https://issues.apache.org/jira/browse/KNOX-2208?focusedWorklogId=378940&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-378940 ]

ASF GitHub Bot logged work on KNOX-2208:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 29/Jan/20 17:33
            Start Date: 29/Jan/20 17:33
    Worklog Time Spent: 10m 
      Work Description: risdenk commented on pull request #247: KNOX-2208 - AclsAuthorizationFilter should log access at DEBUG level
URL: https://github.com/apache/knox/pull/247
 
 
   ## What changes were proposed in this pull request?
   
   Move AclsAuthorizationFilter log access at DEBUG level
   
   ## How was this patch tested?
   
   * `mvn -T.75C verify -Ppackage,release -Dshellcheck`
   * Checked that log is at DEBUG instead of INFO when running Knox
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 378940)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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: 10m
>  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)