comparison config/environments/production.rb @ 205:8190fa511e35

Fix some code style
author nanaya <me@nanaya.pro>
date Mon, 19 Oct 2020 04:09:12 +0900
parents f67f3ad50270
children 2335107f35d0
comparison
equal deleted inserted replaced
204:70e90ea4b870 205:8190fa511e35
35 # Use the lowest log level to ensure availability of diagnostic information 35 # Use the lowest log level to ensure availability of diagnostic information
36 # when problems arise. 36 # when problems arise.
37 config.log_level = :debug 37 config.log_level = :debug
38 38
39 # Prepend all log lines with the following tags. 39 # Prepend all log lines with the following tags.
40 config.log_tags = [ :request_id ] 40 config.log_tags = [:request_id]
41 41
42 # Use a different cache store in production. 42 # Use a different cache store in production.
43 # config.cache_store = :mem_cache_store 43 # config.cache_store = :mem_cache_store
44 44
45 # Use a real queuing backend for Active Job (and separate queues per environment). 45 # Use a real queuing backend for Active Job (and separate queues per environment).