Skip to content

Commit

Permalink
bundle exec rubocop -A
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloDalRi committed Nov 22, 2024
1 parent e2e4494 commit d825b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/govuk_app_config/govuk_puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def self.configure_rails(config)
config.environment ENV.fetch("RAILS_ENV", "development")

if ENV["GOVUK_APP_LOGROOT"]
config.stdout_redirect "#{ENV['GOVUK_APP_LOGROOT']}/app.out.log" "#{ENV['GOVUK_APP_LOGROOT']}/app.err.log"
config.stdout_redirect "#{ENV['GOVUK_APP_LOGROOT']}/app.out.log" + "#{ENV['GOVUK_APP_LOGROOT']}/app.err.log"
end

# `worker_timeout` specifies how many seconds Puma will wait before terminating a worker.
Expand Down

0 comments on commit d825b4a

Please sign in to comment.