使用调试日志记录级别运行 minishift

Hry*_*nko 1 openshift-origin minishift

如何使用调试日志记录级别运行 minishift?我试过

minishift logs --v 8 -f
Run Code Online (Sandbox Code Playgroud)

但它不起作用。根据https://access.redhat.com/solutions/2216951(需要RedHat开发者帐户才能查看完整版)8日志级别应该是我需要的。

0 - Errors and warnings only
2 - Normal information
4 - Debugging-level information
6 - API-level debugging information (request / response)
8 - Body-level API debugging information 
Run Code Online (Sandbox Code Playgroud)

brg*_*brg 6

它应该作为

minishift start --show-libmachine-logs -v 5
Run Code Online (Sandbox Code Playgroud)

在哪里

  • --show-libmachine-logs 将显示 libmachine 日志
  • -vn - 显示 n 级深度日志

更多在这里https://docs.openshift.org/latest/minishift/command-ref/minishift_start.html