Commit 06037ca
authored
[Python Misc] Revert change to print backtrace in server (v1.60.x backport) (#35462)
Backport of #34877 to v1.60.x.
---
Fix: #34853
In order to make debugging easier, we have begun printing backtraces in
servers. However, this change has the unintended consequence of printing
errors to stderr by default, which may not be expected by some users.
This PR reverts the change. We recommend that users set up a logging
sink if they want to see errors. We will add this to our documentation
later.
<!--
If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.
If your pull request is for a specific language, please add the
appropriate
lang label.
-->1 parent 612ba45 commit 06037ca
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
582 | | - | |
| 582 | + | |
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
| |||
0 commit comments