Skip to content

Commit a283db8

Browse files
committed
Set maximum reqwest log level
This is just a small tweak to deal with a new log message showing up from this module https://github.com/seanmonstar/reqwest/blame/b540a4e746acac4091eb6d39a2b5e2f3df48896b/src/retry.rs#L231
1 parent 2665ec7 commit a283db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ fn initialize_tracing() {
4242
.add_directive("mahler::planner=warn".parse().unwrap())
4343
.add_directive("mahler::worker=debug".parse().unwrap())
4444
.add_directive("hyper=error".parse().unwrap())
45+
.add_directive("reqwest=debug".parse().unwrap())
4546
.add_directive("bollard=error".parse().unwrap()),
4647
),
4748
)

0 commit comments

Comments
 (0)