etcdmain: configurable 'etcd' binary log-output

Fix https://github.com/coreos/etcd/issues/5449.
This commit is contained in:
Gyu-Ho Lee
2016-11-03 12:30:25 -07:00
parent aa526cd53d
commit 6ffd7e3ed1
3 changed files with 17 additions and 0 deletions

View File

@ -139,6 +139,8 @@ logging flags
enable debug-level logging for etcd.
--log-package-levels ''
specify a particular log level for each etcd package (eg: 'etcdmain=CRITICAL,etcdserver=DEBUG').
--log-output 'default'
specify 'stdout' or 'stderr' to skip journald logging even when running under systemd.
unsafe flags: