如何使用调试日志记录级别运行 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)