tvalentyn commented on issue #35013: URL: https://github.com/apache/beam/issues/35013#issuecomment-2940861704
A compromise solution: - Add a apache_beam.runners/dataflow/internal/dataflow_console_logs.py - Configure the logger in that file to use INFO by default, unless overriden by the user (can compare whether _LOGGER.level == logging.UNSET) - emit very limited, but most important logs from datflow_console_logs.py Then, they are printed by default, if anyone doesn't like the logs, they can override the logger. -- 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]
