From fa21c03a1dc70cb1a3ef2a65140d1520a0e05eaf Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Wed, 29 Apr 2020 14:09:19 +0800 Subject: [PATCH] DEV: Minor follow up to 1d04fb24f8cbe078990332117fcffda4bd6ea3e5 --- 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 0adc84a086e..360ae8ae8f2 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -39,7 +39,7 @@ Discourse::Application.configure do config.log_level = ENV['DISCOURSE_DEV_LOG_LEVEL'] if ENV['DISCOURSE_DEV_LOG_LEVEL'] - if ENV['RAILS_VERBOSE_QUERY_LOGS'] != 0 + if ENV['RAILS_VERBOSE_QUERY_LOGS'] != "0" config.active_record.verbose_query_logs = true end