hachikuji opened a new pull request, #12031:
URL: https://github.com/apache/kafka/pull/12031

   This patch adds audit support through the `kafka.authorizer.logger` logger  
to `StandardAuthorizer`. It follows the same conventions in `AclAuthorizer`. 
When `logIfAllowed` is set in the `Action`, then the log message is at DEBUG 
level; otherwise, we log at trace. Similarly, when `logIfDenied` is set, then 
the log message is at INFO level; otherwise, we again log at TRACE.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to