hjtran commented on PR #30782:
URL: https://github.com/apache/beam/pull/30782#issuecomment-2027677963
> > I attempted a fix to change the playground's #29948 but that didn't seem
to take. Vlado Djerek also tried to figure out where the logging level is set
but was also unsuccessful.
>
> By crashing playground intepreter, I see that the main python entrypoint
is located in some generated files, like:
/opt/playground/backend/executable_files/8ff1f92b-37b3-4fd7-9a08-fb8d1768ae5f/8ff1f92b-37b3-4fd7-9a08-fb8d1768ae5f.py
>
> We could try to find a place where that is generated and add a line like
`logging.getLogger().setLevel(logging.WARNING)` at the top of the file.
I attempted this in another
[PR](https://github.com/apache/beam/pull/30798), though I don't actually know
how to test it. I just removed the log level setting altogether, but we could
change to just WARNING. IMO though, playground examples seem like an unlikely
place to debug runner issues, and the examples are always easy to run locally
anyways if we ever find something amiss.
--
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]