Skip to content

Commit 38d4b1a

Browse files
committed
chore: change log level to reduce info pollution
1 parent 65d7510 commit 38d4b1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

listeners/tcp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func (l *TCP) Serve(establish EstablishFn) {
8484
go func() {
8585
err = establish(l.id, conn)
8686
if err != nil {
87-
l.log.Warn("", "error", err)
87+
l.log.Debug("", "error", err)
8888
}
8989
}()
9090
}

0 commit comments

Comments
 (0)