lfrancke opened a new pull request #3617: [ZEPPELIN-4578] Cleanup of 
LoginRestApi
URL: https://github.com/apache/zeppelin/pull/3617
 
 
   ### What is this PR for?
   I've had to debug a few Zeppelin issues and looked at the LoginRestApi code.
   
   It's using raw parameterized classes all over the place and a few other 
weird things but what really made me look is that every log in attempt 
(succesful or not) is logged as WARN.
   
   I decided to fix the warnings my IDE shows me and changed the Log statements 
from WARN to INFO
   
   ### What type of PR is it?
   Improvement
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/ZEPPELIN-4578
   
   ### How should this be tested?
   This does not change any actual functionality so I rely on existing tests. 
   Travis CI ran and there were a bunch of failures but they all look unrelated 
(Livy, Timeouts, ...)

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

Reply via email to