DEPRECATED¶
TO BE DEPRECATED:
--debug¶
--debug 'false'
Enable debug-level logging for etcd. [WARN] Will be deprecated in v3.5. Use '--log-level=debug' instead.
--debug 含义:将所有子包的默认日志级别设置为DEBUG。 默认值:false(所有包的INFO) 环境变量:ETCD_DEBUG 作用:
--debug¶
设置所有子包的默认日志级别为 DEBUG
- 默认: false (所有包为 INFO)
- 环境变量: ETCD_DEBUG