You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is one of the warnings on the box when you run a command. (e.g rake task)
WARN -- datadog: [datadog] Lograge and ActiveSupport::TaggedLogging (the default Rails log formatter) are not compatible: Lograge does not account for Rails log tags, creating polluted logs and breaking log formatting. Traces and Logs correlation may not work. Either: 1. Disable tagged logging in your Rails configuration `config.logger = ActiveSupport::Logger.new(STDOUT); config.active_job.logger = ActiveSupport::Logger.new(STDOUT)` or 2. Use the `semantic_logger` gem instead of `lograge`.
Level of urgency
High
Moderate
Low
EOL upgrade
EOL Date MM/DD/YYYY
Why is this maintenance needed?
A clear description of why this is needed.
Acceptance criteria
There is no Lograge warning.
If this change touches any of the files referenced in .rubocop_todo.yml create a new ticket to address the rubocop todo.
Implementation notes, if any
The text was updated successfully, but these errors were encountered:
What maintenance needs to be done?
This is one of the warnings on the box when you run a command. (e.g rake task)
Level of urgency
EOL upgrade
Why is this maintenance needed?
Acceptance criteria
There is no Lograge warning.
.rubocop_todo.yml
create a new ticket to address the rubocop todo.Implementation notes, if any
The text was updated successfully, but these errors were encountered: