etcd.conf.yml: use "stderr" for log-outputs

Fix "TestEtcdExampleConfig".

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee
2018-05-16 19:41:40 -07:00
parent 0bbc6c203d
commit 1b9791c6bd

View File

@@ -131,7 +131,7 @@ debug: false
logger: zap
# Specify 'stdout' or 'stderr' to skip journald logging even when running under systemd.
log-outputs: [default]
log-outputs: [stderr]
# Force to create a new one member cluster.
force-new-cluster: false