Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.46.0rc1 | Sean Quah | 2021-10-26 | 1 | -1/+0 |
| | |||||
* | Fix logging context warnings when losing replication connection (#10984) | Sean Quah | 2021-10-15 | 1 | -0/+1 |
Instead of triggering `__exit__` manually on the replication handler's logging context, use it as a context manager so that there is an `__enter__` call to balance the `__exit__`. |