Skip to content

Commit 1dd9e3c

Browse files
authored
Update main.rs
fix:日志不打印的问题!
1 parent 112ad05 commit 1dd9e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ fn init_log() {
119119
.with(
120120
tracing_subscriber::filter::Targets::new()
121121
.with_target("main", Level::DEBUG)
122-
.with_target("pbbot_rq", Level::DEBUG)
122+
.with_target("pbrq", Level::DEBUG)
123123
.with_target("ricq", Level::DEBUG),
124124
)
125125
.init();

0 commit comments

Comments
 (0)