Skip to content

app-template: remove production warning #2741

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
Apr 12, 2025

Conversation

travisdowns
Copy link
Contributor

We print a warning when SEASTAR_DEBUG is enabled, saying it's not for production or performance testing. This might be a suitable warning for the application itself to emit, but a framework like seastar should leave that choice up to the application. This warning cannot be supressed and does not follow the normal logging system, so it is unnecessarily noisy and interferes with anything which parses stderr.

We print a warning when SEASTAR_DEBUG is enabled, saying it's not for
production or performance testing. This might be a suitable warning
for the application itself to emit, but a framework like seastar should
leave that choice up to the application. This warning cannot be
supressed and does not follow the normal logging system, so it is
unnecessarily noisy and interferes with anything which parses stderr.
@avikivity avikivity merged commit 5ee7dee into scylladb:master Apr 12, 2025
16 checks passed
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