mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-16 00:00:12 +02:00
reactor: reduce log level of loop process (#734)
This commit is contained in:
committed by
Toby Lawrence
parent
51e36e41bc
commit
49bc4025dd
@@ -376,7 +376,7 @@ impl Reactor {
|
||||
|
||||
if let Some(start) = start {
|
||||
let dur = start.elapsed();
|
||||
debug!("loop process - {} events, {}.{:03}s",
|
||||
trace!("loop process - {} events, {}.{:03}s",
|
||||
events,
|
||||
dur.as_secs(),
|
||||
dur.subsec_nanos() / 1_000_000);
|
||||
|
||||
Reference in New Issue
Block a user