Skip to content

Commit 42e4d0f

Browse files
Merge pull request richardartoul#12 from richardartoul/richardartoul-patch-3
Change log level from Info to Debug for statistics
2 parents 7cd7a18 + f7b46b2 commit 42e4d0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/backends/async_backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func (abw *AsyncBackendWriter) Close() error {
109109

110110
if abw.successPuts.Load() > 0 {
111111
avgPutTime := time.Duration(abw.totalPutTime.Load()/abw.successPuts.Load()) * time.Microsecond
112-
abw.logger.Info("async backend writer statistics",
112+
abw.logger.Debug("async backend writer statistics",
113113
"avgPutTime", avgPutTime)
114114
}
115115

0 commit comments

Comments
 (0)