[ 
https://issues.apache.org/jira/browse/BEAM-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336655#comment-16336655
 ] 

Ahmet Altay commented on BEAM-3523:
-----------------------------------

> What is your opinion on how involved I should be in this? I don't claim to 
>understand the full architecture behind the python SDK, but I'd love to help 
>in anyway I can in a way that won't cause any undue delay.

If you are interested, you can start planning a doc or a PR. Otherwise I do not 
think we will work on this anytime soon.

> Attach Python logging messages to namespaced logger
> ---------------------------------------------------
>
>                 Key: BEAM-3523
>                 URL: https://issues.apache.org/jira/browse/BEAM-3523
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-core
>            Reporter: Alex Milstead
>            Assignee: Ahmet Altay
>            Priority: Minor
>
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to