We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in crates/youki/src/observability.rs there is this line
crates/youki/src/observability.rs
/// If not in debug mode, default level is warn to get important logs #[cfg(not(debug_assertions))] const DEFAULT_LOG_LEVEL: &str = "error";
it says the default level is warn but it is set to error.
warn
error
should the comment be changed?
The text was updated successfully, but these errors were encountered:
in any case, here is a PR #2737
Sorry, something went wrong.
No branches or pull requests
in
crates/youki/src/observability.rs
there is this lineit says the default level is
warn
but it is set toerror
.should the comment be changed?
The text was updated successfully, but these errors were encountered: