Commit b3a48df
fix: log full exception in uv workspace discovery failure
Use LOG.log(Level.WARNING, msg, e) instead of LOG.warning(msg +
e.getMessage()) so the stack trace is preserved for diagnosability.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9312bb6 commit b3a48df
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
1021 | 1022 | | |
1022 | 1023 | | |
1023 | 1024 | | |
1024 | | - | |
| 1025 | + | |
1025 | 1026 | | |
1026 | 1027 | | |
1027 | 1028 | | |
| |||
0 commit comments