You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 23:54:43 UTC

[GitHub] [beam] kennknowles opened a new issue, #19417: Filter verbose oauth2client log messages

kennknowles opened a new issue, #19417:
URL: https://github.com/apache/beam/issues/19417

   "Attempting refresh to obtain initial access_token" (https://github.com/googleapis/oauth2client/blob/50d20532a748f18e53f7d24ccbe6647132c979a9/oauth2client/transport.py#L157) is a verbose log message that confuse users.
   
   oauth2client is deprecated and owners are not planning to fix this. We can mask it with a log filter (https://docs.python.org/2/library/logging.html#filter-objects) here (https://github.com/apache/beam/blob/a1cb61ab63acff2c3d93f166d59f4789d45ecc11/sdks/python/apache_beam/runners/worker/logger.py#L178)
   
   Imported from Jira [BEAM-7353](https://issues.apache.org/jira/browse/BEAM-7353). Original Jira may contain additional context.
   Reported by: altay.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org