Skip to content

Commit

Permalink
[Python Misc] Revert change to print backtrace in server
Browse files Browse the repository at this point in the history
  • Loading branch information
XuanWang-Amos committed Nov 3, 2023
1 parent a62c260 commit 8942308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/grpcio/grpc/_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ def _call_behavior(
exception.__traceback__,
)
)
traceback.print_exc()
traceback.print_exc()
_LOGGER.exception(details)
_abort(
state,
Expand Down

0 comments on commit 8942308

Please sign in to comment.