mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-16 10:14:04 +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
|
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)).
|
||||||
|
|
Loading…
Add table
Reference in a new issue