From 330ca306115eccace541631792e9209e8c5f9558 Mon Sep 17 00:00:00 2001 From: Andrew Newdigate Date: Tue, 3 Jul 2018 08:53:08 +0100 Subject: Lower log levels on update_statistics --- app/workers/project_cache_worker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1