Skip to content

Commit

Permalink
info -> error
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldsteinE committed Aug 25, 2023
1 parent 1fd3aa8 commit 9e8ff8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elfo-logger/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ pub fn init() -> Blueprint {
"can't integrate with log adapter, logs produced via `log` crate might be not available",
);
} else {
log::info!("Initialized tracing_log adapter");
// Required to initialize `tracing-log` logs detection in `filtering_layer`.
log::error!("initialized tracing_log adapter");
}
}

Expand Down

0 comments on commit 9e8ff8c

Please sign in to comment.