Skip to content

Commit

Permalink
fix: wrong log name
Browse files Browse the repository at this point in the history
  • Loading branch information
itsusinn committed Oct 27, 2021
1 parent ba3a283 commit 6611dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fn main() {
.write_style(env_logger::WriteStyle::Auto)
.filter(None, log::LevelFilter::Error)
.format_timestamp(None)
.filter(Some("telegram_mesaga_fonto"), log::LevelFilter::Trace)
.filter(Some("telegram_message_source"), log::LevelFilter::Trace)
.filter(Some("mesagisto_client"), log::LevelFilter::Trace)
.filter(Some("teloxide"), log::LevelFilter::Info)
.init();
Expand Down

0 comments on commit 6611dff

Please sign in to comment.