From 6aab0c46bf11de273bf26be20aeaa974d1e71be2 Mon Sep 17 00:00:00 2001 From: firelemons Date: Mon, 18 Sep 2023 22:51:59 -0500 Subject: [PATCH] revert verbose QA logs --- config/environments/production.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index e820af488d..2ffb28407a 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -104,5 +104,4 @@ # Do not dump schema after migrations. config.active_record.dump_schema_after_migration = false - config.active_record.verbose_query_logs = ENV["APP_ENVIRONMENT"] != "production" end