diff --git a/pkg/minikube/logs/logs.go b/pkg/minikube/logs/logs.go index f562302619..a62a43ace2 100644 --- a/pkg/minikube/logs/logs.go +++ b/pkg/minikube/logs/logs.go @@ -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 {