more fine-grained log level

This commit is contained in:
ginuerzh
2022-08-18 11:34:57 +08:00
parent 052b8e9468
commit f3f3acd4e1
57 changed files with 262 additions and 242 deletions

View File

@ -142,7 +142,7 @@ func (l *sshdListener) serveConn(conn net.Conn) {
p := directForward{}
ssh.Unmarshal(newChannel.ExtraData(), &p)
l.logger.Debug(p.String())
l.logger.Trace(p.String())
if p.Host1 == "<nil>" {
p.Host1 = ""