From 904cfbc3163c87aeff7c3f4a3a1b3cc07dc3b243 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Mon, 12 Sep 2022 19:15:56 +0530 Subject: [PATCH] chore: remove rails default log --- config/environments/development.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index cc7fb74a8..b80cc6424 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -84,5 +84,5 @@ Rails.application.configure do user_id: controller.current_user.try(:id) } end - + config.lograge.keep_original_rails_log = false end