mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcd.conf.yml: use "stderr" for log-outputs
Fix "TestEtcdExampleConfig". Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user