We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
info
1 parent fafd312 commit 4058b96Copy full SHA for 4058b96
go-runner/src/main.rs
@@ -3,7 +3,7 @@ use std::path::Path;
3
4
fn main() -> anyhow::Result<()> {
5
env_logger::builder()
6
- .parse_env("CODSPEED_LOG")
+ .parse_env(env_logger::Env::new().filter_or("CODSPEED_LOG", "info"))
7
.filter_module("handlebars", log::LevelFilter::Off)
8
.format_timestamp(None)
9
.init();
0 commit comments