mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
chore(logging): move "adjusted buffer size" to debug level
This commit is contained in:
parent
f79a15bac6
commit
f0cf89060b
1 changed files with 1 additions and 1 deletions
|
@ -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)).
|
||||
|
|
Loading…
Add table
Reference in a new issue