Merge pull request #932 from aaron-prindle/log-levels-in-readme

Added -v level debug information to README.md
pull/939/head
Aaron Prindle 2016-12-19 10:59:42 -08:00 committed by GitHub
commit 427b11e644
1 changed files with 9 additions and 0 deletions

View File

@ -94,6 +94,15 @@ Stopping local Kubernetes cluster...
Stopping "minikube"...
```
### Debugging Issues With Minikube
To debug issues with minikube (not kubernetes but minikube itself), you can use the -v flag to see debug level info. The specified values for v will do the following (the values are all encompassing in that higher values will give you all lower value outputs as well):
* --v=0 INFO level logs
* --v=1 WARNING level logs
* --v=2 ERROR level logs
* --v=3 libmachine logging
* --v=7 libmachine --debug level logging
### Using rkt container engine
To use [rkt](https://github.com/coreos/rkt) as the container runtime run: