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