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

[Bug]: apache_beam.io.gcp.bigquery_tools.py uses logging.info instead of _LOGGER #31414

Closed
1 of 16 tasks
tomaslink opened this issue May 27, 2024 · 1 comment · Fixed by #31444
Closed
1 of 16 tasks

[Bug]: apache_beam.io.gcp.bigquery_tools.py uses logging.info instead of _LOGGER #31414

tomaslink opened this issue May 27, 2024 · 1 comment · Fixed by #31444
Assignees

Comments

@tomaslink
Copy link

What happened?

While the module uses _LOGGER = logging.getLogger(__name__), there is one line in which it is still using the root logger implicitly with logging.info, so that line gets excluded from any possible logging configuration done for this specific module at a higher level.

Related:

Beam version: 2.56.0

Issue Priority

Priority: 3 (minor)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
@tvalentyn
Copy link
Contributor

Thanks for reporting - would you like to send a PR to fix this?

liferoad added a commit to liferoad/beam that referenced this issue May 29, 2024
@liferoad liferoad self-assigned this May 29, 2024
tvalentyn pushed a commit that referenced this issue May 29, 2024
@github-actions github-actions bot added this to the 2.57.0 Release milestone May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants