fix: Remove LOGGER.exception() line by mukund-ananthu · Pull Request #1087 · googleapis/python-pubsub
mukund-ananthu
changed the title
Remove LOGGER.exception() line
fix: Remove LOGGER.exception() line
Information logged in this line will be available to the calling code via the exception thrown. There are scenarios where due to concurrency issues, there are two uncoordinated outputs happening at once. This may result in this line logging stack traces after log statements in the exception block of the calling code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters