Skip to content

Commit

Permalink
Made it so that debug is enabled for --show-libmachine-logs flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-prindle committed Aug 19, 2016
1 parent f80ecf9 commit 9cff857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/minikube/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ var RootCmd = &cobra.Command{
}
}

log.SetDebug(showLibmachineLogs)
if !showLibmachineLogs {
log.SetOutWriter(ioutil.Discard)
log.SetErrWriter(ioutil.Discard)
Expand Down

0 comments on commit 9cff857

Please sign in to comment.