diff options
-rw-r--r-- | app/workers/project_cache_worker.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/project_cache_worker.rb b/app/workers/project_cache_worker.rb index abe86066fb4..8c922dbcd9f 100644 --- a/app/workers/project_cache_worker.rb +++ b/app/workers/project_cache_worker.rb @@ -28,7 +28,7 @@ class ProjectCacheWorker def update_statistics(statistics = []) try_obtain_lease do - Rails.logger.info("Updating statistics for project #{@project.id}") + Rails.logger.debug("Updating statistics for project #{@project.id}") @project.statistics.refresh!(only: statistics.to_a.map(&:to_sym)) end end |