|
@@ -36,7 +36,7 @@ Rails.application.configure do
|
|
|
|
|
|
# Log to STDOUT with the current request id as a default log tag.
|
|
# Log to STDOUT with the current request id as a default log tag.
|
|
# config.log_tags = [ :request_id ]
|
|
# 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!)
|
|
# Change to "debug" to log everything (including potentially personally-identifiable information!)
|
|
config.log_level = :fatal
|
|
config.log_level = :fatal
|