fix: logs formatter to include severity for Datadog processing
This commit is contained in:
@@ -14,6 +14,9 @@ Rails.application.configure do
|
||||
config.logger = ActiveSupport::Logger.new(STDOUT)
|
||||
end
|
||||
|
||||
config.colorize_logging = false
|
||||
config.logger.formatter = StandardNotesFormatter.new
|
||||
|
||||
# Eager load code on boot. This eager loads most of Rails and
|
||||
# your application in memory, allowing both threaded web servers
|
||||
# and those relying on copy on write to perform better.
|
||||
|
||||
Reference in New Issue
Block a user