Downgrade an error to debug
This commit is contained in:
parent
b224ed2397
commit
156f83dbee
1 changed files with 1 additions and 1 deletions
|
|
@ -564,7 +564,7 @@ impl Session {
|
||||||
futs.push(
|
futs.push(
|
||||||
self.check_incoming_connection(addr, stream)
|
self.check_incoming_connection(addr, stream)
|
||||||
.map_err(|e| {
|
.map_err(|e| {
|
||||||
error!("error checking incoming connection: {e:#}");
|
debug!("error checking incoming connection: {e:#}");
|
||||||
e
|
e
|
||||||
})
|
})
|
||||||
.instrument(error_span!("incoming", addr=%addr))
|
.instrument(error_span!("incoming", addr=%addr))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue