master #1

Merged
lino.jorzick merged 203 commits from External/greenlight:master into master 2021-10-02 18:19:43 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2a68b2d39a - Show all commits

View File

@ -148,7 +148,7 @@ Rails.application.configure do
config.log_level = :info config.log_level = :info
# Prepend all log lines with the following tags. # Prepend all log lines with the following tags.
config.log_tags = [:request_id] config.log_tags = [:request_id, :remote_ip]
if ENV["RAILS_LOG_TO_STDOUT"] == "true" if ENV["RAILS_LOG_TO_STDOUT"] == "true"
logger = ActiveSupport::Logger.new($stdout) logger = ActiveSupport::Logger.new($stdout)