k8s 日志级别
k8s 相关组件启动时 -v参数指定的日志级别:--v=0Generally useful for this to ALWAYS be visible to an operator.--v=1A reasonable default log level if you don’t want verbosity.--v=2Useful steady state informat...
·
k8s 相关组件启动时 -v参数指定的日志级别:
--v=0 Generally useful for this to ALWAYS be visible to an operator.
--v=1 A reasonable default log level if you don’t want verbosity.
--v=2 Useful steady state information about the service and important log messages that may correlate to significant changes in the system. This is the recommended default log level for most systems.
--v=3 Extended information about changes.
--v=4 Debug level verbosity.
--v=6 Display requested resources.
--v=7 Display HTTP request headers.
--v=8 Display HTTP request contents
更多推荐
已为社区贡献2条内容
所有评论(0)