Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add last start logs to minikube logs output #10465

Merged
merged 11 commits into from
Feb 24, 2021
Prev Previous commit
improved func comment
  • Loading branch information
spowelljr committed Feb 23, 2021
commit f0902d4ba52c13bc88a29c7c57ab41345561dad8
2 changes: 1 addition & 1 deletion cmd/minikube/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func setFlags() {
}
}

// setLastStartFlags sets the log_file & log_dir flags if start command and no flags provided.
// setLastStartFlags sets the log_file flag to lastStart.txt if start command and user doesn't specify log_file or log_dir flags.
func setLastStartFlags() {
if os.Args[1] != "start" {
return
Expand Down