Commit 70f2f50
chore(log): drop per-fetch HLS body log and cap log file at 5MB
The diagnostic body-head log on every successful HLS fetch fires once
per variant playlist refresh (every 2-3 seconds during live playback)
and was only useful for the unsafe-headers diagnosis — now resolved.
Drop it; keep the HTTP non-2xx error log (rare) for ongoing visibility.
Also configure plugin-log rotation: max 5 MB per file, keep only one
archive (~10 MB total ceiling on disk). Without this the file grew
unboundedly because plugin-log defaults to no rotation.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 1edc326 commit 70f2f50
2 files changed
Lines changed: 9 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
445 | 450 | | |
446 | 451 | | |
447 | 452 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 75 | + | |
80 | 76 | | |
81 | | - | |
| 77 | + | |
82 | 78 | | |
83 | 79 | | |
84 | 80 | | |
85 | 81 | | |
86 | 82 | | |
87 | 83 | | |
88 | 84 | | |
89 | | - | |
90 | | - | |
91 | | - | |
| 85 | + | |
| 86 | + | |
92 | 87 | | |
93 | 88 | | |
94 | 89 | | |
95 | 90 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | 91 | | |
103 | 92 | | |
104 | 93 | | |
| |||
0 commit comments