apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.85k stars 4.25k forks source link

Improve Logging Capabilities #18222

Closed kennknowles closed 2 years ago

kennknowles commented 2 years ago

[~tibor.kiss] """ Currently we are not instantiating the logger, just using the class what logging package provides. Shortcoming of this approach is that the user cannot set the log level on a per module basis as all log messages end up in the root level. """

Imported from Jira BEAM-1825. Original Jira may contain additional context. Reported by: altay.

Abacn commented 2 years ago

.take-issue