Ver Fonte

reduce loglevel to debug

bergquist há 6 anos atrás
pai
commit
7754c37a1f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pkg/services/auth/token_cleanup.go

+ 1 - 1
pkg/services/auth/token_cleanup.go

@@ -52,6 +52,6 @@ func (srv *UserAuthTokenService) deleteExpiredTokens(maxInactiveLifetime, maxLif
 		return 0, nil
 	}
 
-	srv.log.Info("cleanup of expired auth tokens done", "count", affected)
+	srv.log.Debug("cleanup of expired auth tokens done", "count", affected)
 	return affected, err
 }