Skip to content
New issue

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

adjust the log output level #38

Merged
merged 4 commits into from
Oct 12, 2023
Merged

adjust the log output level #38

merged 4 commits into from
Oct 12, 2023

Conversation

Marsyew
Copy link
Contributor

@Marsyew Marsyew commented Oct 12, 2023

No description provided.

@Marsyew Marsyew closed this Oct 12, 2023
@Marsyew Marsyew reopened this Oct 12, 2023
src/main.rs Outdated
@@ -27,8 +28,18 @@ mod path;

#[tokio::main]
async fn main() {
let log_level = env::var("LOG_LEVEL").unwrap_or_else(|_| "info".to_string());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unwrap_or("info".to_string())

@a-wing a-wing merged commit 63317d9 into binbat:main Oct 12, 2023
@a-wing a-wing mentioned this pull request Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants