如何运行带有调试日志记录级别的小间隔?我试过了
minishift logs --v 8 -f但不起作用。根据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 发布于 2017-09-13 09:12:20
它应该运行为
minishift start --show-libmachine-logs -v 5哪里
更多start.html报道。
https://stackoverflow.com/questions/45568612
复制相似问题