Commit 035b2a8
Mateusz
fix(compression): suppress per-output debug logs for not_applied decision reason
Add 'not_applied' to _NOISY_NOOP_DECISION_REASONS to eliminate debug log
spam when compression pipeline runs but doesn't modify content. This is the
normal path for outputs that don't match any rule or are below thresholds.1 parent b396671 commit 035b2a8
2 files changed
Lines changed: 3 additions & 13 deletions
File tree
- src/core/services
- tests/unit/core/services
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
Lines changed: 2 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
761 | 761 | | |
762 | 762 | | |
763 | 763 | | |
| 764 | + | |
764 | 765 | | |
765 | | - | |
766 | | - | |
767 | | - | |
768 | | - | |
769 | | - | |
770 | | - | |
771 | | - | |
772 | | - | |
773 | | - | |
774 | | - | |
775 | | - | |
776 | | - | |
777 | | - | |
| 766 | + | |
778 | 767 | | |
779 | 768 | | |
780 | 769 | | |
| |||
0 commit comments