arina-ielchiieva commented on a change in pull request #1880: DRILL-7417: Add
user logged in/out event in info level logs
URL: https://github.com/apache/drill/pull/1880#discussion_r338507480
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/LogInLogOutResources.java
##########
@@ -51,6 +52,8 @@
@PermitAll
public class LogInLogOutResources {
+ private static final org.slf4j.Logger logger =
org.slf4j.LoggerFactory.getLogger(LogInLogOutResources.class);
Review comment:
Please user imports instead of full path.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services