userhimanshuverma opened a new pull request, #3833:
URL: https://github.com/apache/ambari/pull/3833

   ### **Issue: Excessive Logging in HBase Shell**
   
   While launching the HBase shell, we encountered excessive logging in the 
console output. This was primarily due to two specific logging configurations 
being set to `INFO` mode, which caused a high volume of unnecessary logs, 
making it difficult for users to focus on important output.
   
   ### **Fix: Adjust Logging Levels to `ERROR`**
   
   To address this issue, I have modified the logging configuration for the 
HBase shell:
   
   - Changed the logging levels for the two problematic configurations from 
`INFO` to `ERROR`.
   - This adjustment ensures that only critical error messages are logged, 
reducing log noise and improving the overall user experience when interacting 
with the HBase shell.
   
   ### **Impact**
   
   - The fix significantly reduces unnecessary log output, providing a cleaner 
and more focused console experience.
   - No functionality of the HBase shell is impacted; the change only affects 
logging verbosity.
   
   ### **Testing**
   
   - Verified that after the changes, only error-level messages are logged when 
opening and interacting with the HBase shell.
   - Ensured that important error messages are still captured without being 
overwhelmed by less relevant information.
   


-- 
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: dev-unsubscr...@ambari.apache.org

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


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

Reply via email to