We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4d5aa2 + 569eed7 commit 5e0bfbaCopy full SHA for 5e0bfba
pkg/cmd/server/etcd/etcdserver/run.go
@@ -19,7 +19,7 @@ const defaultName = "openshift.local"
19
// RunEtcd starts an etcd server and runs it forever
20
func RunEtcd(etcdServerConfig *configapi.EtcdConfig) {
21
cfg := embed.NewConfig()
22
- cfg.Debug = true
+ cfg.Debug = bool(glog.V(4))
23
cfg.Name = defaultName
24
cfg.Dir = etcdServerConfig.StorageDir
25
0 commit comments