tvalentyn commented on PR #30782: URL: https://github.com/apache/beam/pull/30782#issuecomment-2027660400
> I attempted a fix to change the playground's https://github.com/apache/beam/pull/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. -- 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]
