mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 21:25:48 +08:00
DEV: Minor follow up to 1d04fb24f8cbe078990332117fcffda4bd6ea3e5
This commit is contained in:
parent
1d04fb24f8
commit
fa21c03a1d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user