Skip to content

feat: disable prettifier for more prod env names #1373

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2025

Conversation

rowanmanning
Copy link
Member

This disables log prettification if the environment is either prod or p, which we use across some systems. This is done in the logger rather than app-info because that would be a breaking change. If app-info normalises the environment in a later version then we can switch logger back to expecting production only.

See-also: #1368

@rowanmanning rowanmanning enabled auto-merge (rebase) March 27, 2025 12:40
This disables log prettification if the environment is either `prod` or
`p`, which we use across some systems. This is done in the logger rather
than app-info because that would be a breaking change. If app-info
normalises the environment in a later version then we can switch logger
back to expecting `production` only.

Co-Authored-By: Matt Hinchliffe <i-like-robots@users.noreply.github.com>
See-also: #1368
@rowanmanning rowanmanning force-pushed the logger-production-environments branch from 5e190d9 to cc72f9e Compare March 27, 2025 12:41
@rowanmanning rowanmanning merged commit aead95b into main Mar 27, 2025
11 checks passed
@rowanmanning rowanmanning deleted the logger-production-environments branch March 27, 2025 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants