python-trio / purerpc

Native, async Python gRPC client and server implementation supporting asyncio, uvloop, and trio
Apache License 2.0
217 stars 15 forks source link

suppress stack trace #26

Closed ledmonster closed 4 years ago

ledmonster commented 4 years ago

I only enabled stack trace for logging level DEBUG.

Stack trace is annoying especially when we see it with tiro's cancellation mechanism, which shows all trio.Cancelled exceptions.

ledmonster commented 4 years ago

I'm not sure why this modification causes travic-ci error.

standy66 commented 4 years ago

Thanks for your contribution! I am going to merge it now.

ledmonster commented 4 years ago

@standy66 Could you please release a new version? It has not been released since last July.