hddong commented on pull request #908:
URL: https://github.com/apache/incubator-kyuubi/pull/908#issuecomment-925470623


   @yaooqinn : sorry for feedback late.
   Actually, current events contain audit events. But, the current events are 
too complicated and huge, it record the beginning to the end of all the event. 
Audit log focus on who did what(one action one record). Others, such as hive 
and MYSQL, also have audit logs, It is mainly used for information security 
review.
   For this PR, `AuditLoggingService` is similar to `EventLoggingService`, used 
to load audit loggers (we can consider merging the two later). 
`DefaultServerAuditLogger` use log4j to logging audit events to file, it 
extends of `ServerAuditLogger`, and users can define self's logger by extends 
ServerAuditLogger.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to