You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/10/23 18:15:59 UTC

[GitHub] [drill] sohami commented on issue #1880: DRILL-7417: Add user logged in/out event in info level logs

sohami commented on issue #1880: DRILL-7417: Add user logged in/out event in info level logs
URL: https://github.com/apache/drill/pull/1880#issuecomment-545571313
 
 
   Sample output logs:
   WebUser:
   2019-10-22 13:47:24,888 [qtp480678786-70] INFO  o.a.d.e.s.r.a.DrillRestLoginService - WebUser alice logged in from 172.30.8.49:60558
   2019-10-22 13:47:30,508 [qtp480678786-64] INFO  o.a.d.e.s.rest.LogInLogOutResources - WebUser alice logged out from 172.30.8.49:60567
   
   JDBC/ODBC:
   2019-10-22 13:48:16,977 [UserServer-1] INFO  o.a.drill.exec.rpc.user.UserServer - User alice logged in from /10.10.100.163:59846
   2019-10-22 13:48:19,858 [UserServer-1] INFO  o.a.drill.exec.rpc.user.UserServer - User alice logged off from /10.10.100.163:59846

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


With regards,
Apache Git Services