This level of `google-api-core` logging is somehow turned on by default. @dpcollins-google mentioned it's for asyncio futures. @parthea do you know a way around it? #### Environment details - Python version: ≥3.8 - `google-cloud-pubsublite` version: 1.3.0, 1.2.0. #### Steps to reproduce 1. `cd samples/snippets` 2. `python publisher_example.py $PROJECT_NUMBER $REGION $ZONE_ID $TOPIC_ID` #### Code example https://github.com/googleapis/python-pubsublite/blob/main/samples/snippets/publisher_example.py #### Stack trace ``` MessageMetadata(partition=Partition(value=0), cursor=offset: 723115 ) Future exception was never retrieved future: <Future finished exception=Cancelled('Connection shutting down.')> google.api_core.exceptions.Cancelled: 499 Connection shutting down. ```
This level of
google-api-corelogging is somehow turned on by default.@dpcollins-google mentioned it's for asyncio futures. @parthea do you know a way around it?
Environment details
google-cloud-pubsubliteversion: 1.3.0, 1.2.0.Steps to reproduce
cd samples/snippetspython publisher_example.py $PROJECT_NUMBER $REGION $ZONE_ID $TOPIC_IDCode example
https://github.com/googleapis/python-pubsublite/blob/main/samples/snippets/publisher_example.py
Stack trace