initialize ERROR not INFO

This commit is contained in:
Christof Petig 2022-04-23 00:08:20 +02:00
parent 5f5ebeecfe
commit ab985b54ab

View File

@ -341,7 +341,7 @@ mod tests {
// enable info!
fn init() {
FmtSubscriber::builder()
.with_max_level(Level::INFO)
.with_max_level(Level::ERROR)
.with_env_filter(EnvFilter::from_default_env())
.try_init()
.unwrap_or_default();