Commit 6b075cf
committed
Raise stderr dump limit to 50 lines in DGoss error
The default dump_stderr cap of 10 lines is now user-visible since
BakeryDGossError.__str__ prints it. Docker errors are rarely long, but
auth chain failures and daemon traces can exceed 10 lines and would be
silently truncated.1 parent c56b4d5 commit 6b075cf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments