Commit ed00d63
committed
fix(logging[load]): downgrade logger.exception to debug with exc_info
why: logger.exception() dumps tracebacks at ERROR level (visible at
default WARNING) alongside tmuxp_echo() user-friendly messages, causing
users to see double output.
what:
- Change plugin load failed from exception to debug with exc_info
- Change plugin import failed from exception to debug with exc_info
- Change workspace build failed from exception to debug with exc_info1 parent 50d87de commit ed00d63
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
| 456 | + | |
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| |||
0 commit comments