unknowntpo commented on PR #5905: URL: https://github.com/apache/gravitino/pull/5905#issuecomment-2670327051
@diqiu50 Ok, now: - [x] if no `RUST_LOG` and no `-d` flag, show logs at max level =`INFO` - [x] if have `RUST_LOG` , then ignore `-d` flag - [x] if no `RUST_LOG` , and have `-d 1` , then enable `FuseAPIHandle`, `FuseAPIHandleDebug` logs and `max_level = INFO` for all crates and modules - [x] if no `RUST_LOG` , and have `-d 2` , then enable `max_level = DEBUG` for all crates and modules (this can be changed in the future) refactor my markdown list -- 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