Skip to content

Conversation

@Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Nov 11, 2023

Having ANSI escape sequences sprinkled across the log lines helps the readability on Papertrail, but Datadog does not support them and displays them as their regular characters which makes the logs hard to read and parse. This commit disables the color support when run on Heroku to address that issue.

This might also cause a small decrease in our log volume due to the escape characters no longer counting against it.

Having ANSI escape sequences sprinkled across the log lines helps the readability on Papertrail, but Datadog does not support them and displays them as their regular characters which makes the logs hard to read and parse. This commit disables the color support when run on Heroku to address that issue.

This might also cause a small decrease in our log volume due to the escape characters no longer counting against it.
@Turbo87 Turbo87 added C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear A-backend ⚙️ labels Nov 11, 2023
@Turbo87 Turbo87 merged commit 387f06c into rust-lang:main Nov 11, 2023
@Turbo87 Turbo87 deleted the heroku-logging branch November 11, 2023 09:41
Turbo87 added a commit that referenced this pull request Nov 14, 2023
Turbo87 added a commit that referenced this pull request Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-backend ⚙️ C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant