forked from TritonDataCenter/containerpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Maurizio Boriani
committed
Jun 12, 2023
1 parent
22bdce4
commit 3c6e813
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters