You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The python SDK currently uses logging.(info|error|debug|etc) for log messages. This can be disruptive or unexpected when integrating the SDK into existing applications.
I would like to request updating the SDK to enforce automatic module based namespaces in python code (i.e. logger = logging.getLogger(__name__)) so that all apache_beam output can be controlled by an integrating application without the need to modify the root logging configuration.
I'd be happy to submit a PR for this myself.
Imported from Jira BEAM-3523. Original Jira may contain additional context.
Reported by: amilstead.
The text was updated successfully, but these errors were encountered:
The python SDK currently uses
logging.(info|error|debug|etc)
for log messages. This can be disruptive or unexpected when integrating the SDK into existing applications.I would like to request updating the SDK to enforce automatic module based namespaces in python code (i.e.
logger = logging.getLogger(__name__)
) so that allapache_beam
output can be controlled by an integrating application without the need to modify the root logging configuration.I'd be happy to submit a PR for this myself.
Imported from Jira BEAM-3523. Original Jira may contain additional context.
Reported by: amilstead.
The text was updated successfully, but these errors were encountered: