diff --git a/frameworks/Ruby/rails/config/environments/production.rb b/frameworks/Ruby/rails/config/environments/production.rb index 331a2687e8f..b84b2807e96 100644 --- a/frameworks/Ruby/rails/config/environments/production.rb +++ b/frameworks/Ruby/rails/config/environments/production.rb @@ -36,7 +36,7 @@ # Log to STDOUT with the current request id as a default log tag. # config.log_tags = [ :request_id ] - config.logger = ActiveSupport::TaggedLogging.logger(STDOUT) + config.logger = nil # Change to "debug" to log everything (including potentially personally-identifiable information!) config.log_level = :fatal