Skip to content
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

Add hosting config support to control 3.x log disablement #10546

Open
fabiocav opened this issue Oct 18, 2024 · 0 comments
Open

Add hosting config support to control 3.x log disablement #10546

fabiocav opened this issue Oct 18, 2024 · 0 comments
Assignees

Comments

@fabiocav
Copy link
Member

fabiocav commented Oct 18, 2024

In this PR #10399, non-critical 3.x logs are being disabled.

We should enhance this behavior by introducing a hosting configuration that will enable us to disable the logs post-deployment.

With that behavior in place:

  • The host would have the pre-existing behavior by default (logs enabled)
  • When the hosting configuration is applied, the behavior introduced in Disable all non host startup logs for v3.x #10399 would be enforced and non-startup logs would be disabled.

Combining this with the feature flag already in place, this would be the state of logging:

  • Default behavior: logs ON
  • Hosting config set: logs OFF
  • Hosting config set, user feature flag opting out: ON
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

No branches or pull requests

2 participants