Commit c5f96c3
committed
libtmux(fix[logging]): remove exc_info from options parse warnings
why: exc_info=True on WARNING-level parse failures produces noisy
tracebacks for expected edge cases (non-string option values). The
structured extra fields already provide sufficient context.
what:
- Remove exc_info=True from all 5 logger.warning() calls in options.py1 parent 0649640 commit c5f96c3
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
435 | 434 | | |
436 | 435 | | |
437 | 436 | | |
| |||
519 | 518 | | |
520 | 519 | | |
521 | 520 | | |
522 | | - | |
523 | 521 | | |
524 | 522 | | |
525 | 523 | | |
| |||
547 | 545 | | |
548 | 546 | | |
549 | 547 | | |
550 | | - | |
551 | 548 | | |
552 | 549 | | |
553 | 550 | | |
| |||
567 | 564 | | |
568 | 565 | | |
569 | 566 | | |
570 | | - | |
571 | 567 | | |
572 | 568 | | |
573 | 569 | | |
| |||
579 | 575 | | |
580 | 576 | | |
581 | 577 | | |
582 | | - | |
583 | 578 | | |
584 | 579 | | |
585 | 580 | | |
| |||
0 commit comments