Browse Source

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

Fix "TestEtcdExampleConfig".

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
1b9791c6bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etcd.conf.yml.sample

+ 1 - 1
etcd.conf.yml.sample

@@ -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