mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 16:57:08 +00:00
fix: change log level from warn to debug on connection failure to suppress huge logs
This commit is contained in:
parent
aae73c46fa
commit
221f1e3fab
@ -100,7 +100,7 @@ func process(client net.Conn) {
|
||||
logrus.Debug("Connect timeout: ", err)
|
||||
return
|
||||
}
|
||||
logrus.Warn("Connect failed: ", err)
|
||||
logrus.Debug("Connect failed: ", err)
|
||||
client.Close()
|
||||
return
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user