Fix rubocop style issues
This commit is contained in:
parent
baf10cd392
commit
5cbd4038ed
47 changed files with 530 additions and 638 deletions
|
@ -52,9 +52,7 @@ OpenStreetMap::Application.configure do
|
|||
# config.log_tags = [ :subdomain, :uuid ]
|
||||
|
||||
# Use a different log path in production.
|
||||
if defined?(LOG_PATH)
|
||||
config.paths["log"] = LOG_PATH
|
||||
end
|
||||
config.paths["log"] = LOG_PATH if defined?(LOG_PATH)
|
||||
|
||||
# Use a different logger for distributed setups.
|
||||
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue