DEV: Minor follow up to 1d04fb24f8cbe078990332117fcffda4bd6ea3e5

This commit is contained in:
Guo Xiang Tan 2020-04-29 14:09:19 +08:00
parent 1d04fb24f8
commit fa21c03a1d
No known key found for this signature in database
GPG Key ID: FBD110179AAC1F20

View File

@ -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