diqiu50 commented on PR #5905:
URL: https://github.com/apache/gravitino/pull/5905#issuecomment-2673201367

   > * nable max_level = IINFO for all crates and modules
   
   We don’t need to enable logging for all crates, as that might result in an 
overwhelming amount of logs. Typically, logs from other crates should be 
disabled. If you need to enable logs for other modules, it’s best to do so 
through RUST_LOG or a configuration file. Our -d parameter is intended to 
control debug logs for our specific modules, which should be more effective for 
troubleshooting.


-- 
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...@gravitino.apache.org

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

Reply via email to