Merge pull request #5919 from tstromberg/more-logs
Double lookBackwardsCount to 400, to find usage error in new apiserverpull/5865/head
commit
97b8ee82d1
|
@ -60,7 +60,7 @@ type logRunner interface {
|
|||
|
||||
// lookbackwardsCount is how far back to look in a log for problems. This should be large enough to
|
||||
// include usage messages from a failed binary, but small enough to not include irrelevant problems.
|
||||
const lookBackwardsCount = 200
|
||||
const lookBackwardsCount = 400
|
||||
|
||||
// Follow follows logs from multiple files in tail(1) format
|
||||
func Follow(r cruntime.Manager, bs bootstrapper.Bootstrapper, cr logRunner) error {
|
||||
|
|
Loading…
Reference in New Issue