chore(logging): move "adjusted buffer size" to debug level

This commit is contained in:
yusing 2025-05-01 23:42:45 +08:00
parent f79a15bac6
commit f0cf89060b

View file

@ -334,7 +334,7 @@ func (l *AccessLogger) adjustBuffer() {
return
}
l.logger.Info().
l.logger.Debug().
Str("wps", strutils.FormatByteSize(wps)).
Str("old", strutils.FormatByteSize(origBufSize)).
Str("new", strutils.FormatByteSize(newBufSize)).