mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 09:18:31 +02:00
chore(logging): move "adjusted buffer size" to debug level
This commit is contained in:
@@ -334,7 +334,7 @@ func (l *AccessLogger) adjustBuffer() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
l.logger.Info().
|
l.logger.Debug().
|
||||||
Str("wps", strutils.FormatByteSize(wps)).
|
Str("wps", strutils.FormatByteSize(wps)).
|
||||||
Str("old", strutils.FormatByteSize(origBufSize)).
|
Str("old", strutils.FormatByteSize(origBufSize)).
|
||||||
Str("new", strutils.FormatByteSize(newBufSize)).
|
Str("new", strutils.FormatByteSize(newBufSize)).
|
||||||
|
|||||||
Reference in New Issue
Block a user