timveil opened a new pull request, #12128:
URL: https://github.com/apache/pinot/pull/12128

   This PR addresses a widespread issue of Logger instances being incorrectly 
initialized in multiple classes. The Logger instances were mostly being created 
with the wrong class as argument to the LoggerFactory.getLogger() method. This 
issue has now been fixed by replacing the incorrect class names with the 
corresponding class in which the Logger instance is initialized.   
   
   In some instances the guilty logger was not used and therefore removed 
entirely from the class.
   
   This PR resolves issue #12127/
   


-- 
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: commits-unsubscr...@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to