He-Pin opened a new pull request, #2805: URL: https://github.com/apache/pekko/pull/2805
## Motivation Stream error logging was all-or-nothing with no way to control logging for specific stream stages. ## Modification Added configuration support for fine-grained control of stream error logging, allowing users to suppress expected errors while still logging unexpected ones. ## Result Users can configure stream error logging per-stage, reducing log noise from expected transient failures. ## References - Upstream commit: [akka/akka-core@519d33d897](https://github.com/akka/akka-core/commit/519d33d897), which is now Apache licensed. - Cherry-picked from akka/akka-core v2.8.0 (released Sept 2022, BSL -> Apache 2.0 after 3 years). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
