mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
reduce loglevel to debug
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user