mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-19 07:43:54 +01:00
chore(logging): move "adjusted buffer size" to debug level
This commit is contained in:
@@ -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)).
|
||||
|
||||
Reference in New Issue
Block a user