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

Consider using an asynchronous logback appender #1083

Closed
ljdelight opened this issue Nov 27, 2023 · 1 comment
Closed

Consider using an asynchronous logback appender #1083

ljdelight opened this issue Nov 27, 2023 · 1 comment

Comments

@ljdelight
Copy link
Contributor

I happened to see that the logback config, at least for production, should be using an async appender to avoid performance issues. Maybe it doesn't matter so much since the prod logback is set to stdout, either way, needs looking into.

See https://doc.akka.io/docs/akka/current/typed/logging.html#slf4j-backend

Warning

For production the SLF4J backend should be configured with an asynchronous appender as described here. Otherwise there is a risk of reduced performance and thread starvation problems of the dispatchers that are running actors and other tasks.

@ljdelight
Copy link
Contributor Author

Resolved in #1088

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

1 participant