mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +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 {
|
if let Some(start) = start {
|
||||||
let dur = start.elapsed();
|
let dur = start.elapsed();
|
||||||
debug!("loop process - {} events, {}.{:03}s",
|
trace!("loop process - {} events, {}.{:03}s",
|
||||||
events,
|
events,
|
||||||
dur.as_secs(),
|
dur.as_secs(),
|
||||||
dur.subsec_nanos() / 1_000_000);
|
dur.subsec_nanos() / 1_000_000);
|
||||||
|
|||||||
Reference in New Issue
Block a user