Commit 3c6e813
Maurizio Boriani
Fix logging bufio.Scanner bug.
A bug in used log lib github.com/sirupsen/logrus v1.9.0:
Error while reading from Writer: bufio.Scanner: token too long #1370
sirupsen/logrus#1370
That was closing unexpectly the stderr log socket provided by containerpilot
to managed services.
Good catch by Ema Musella which founds the exact error message that lead us
to problem solving.
The bug is fixed by updating logrus to release 1.9.3.1 parent 22bdce4 commit 3c6e813
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| 306 | + | |
| 307 | + | |
306 | 308 | | |
307 | 309 | | |
308 | 310 | | |
| |||
0 commit comments