Commit f669002
committed
workspace/builder(fix[logging]): Preserve exception traceback in readiness check
why: The except block in _wait_for_pane_ready discarded the exception
traceback, making it impossible to diagnose pane refresh failures.
what:
- Add exc_info=True to logger.debug call in the except block1 parent 8db8479 commit f669002
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments