Skip to content

Commit

Permalink
Merge pull request #9 from XM2510136957/patch-1
Browse files Browse the repository at this point in the history
Update main.rs
  • Loading branch information
lz1998 authored Aug 24, 2022
2 parents 112ad05 + 1dd9e3c commit e0c1a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ fn init_log() {
.with(
tracing_subscriber::filter::Targets::new()
.with_target("main", Level::DEBUG)
.with_target("pbbot_rq", Level::DEBUG)
.with_target("pbrq", Level::DEBUG)
.with_target("ricq", Level::DEBUG),
)
.init();
Expand Down

0 comments on commit e0c1a53

Please sign in to comment.