You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
etcd client can't config log, which causes log output by the etcd client to be on the stderr,This may cause sigpipe problems when cooperating with systemd. Whether the function of log can be configured?
The text was updated successfully, but these errors were encountered:
If there is an error during the running of the etcd client, etcd client will output log . By default, the log will be output to stderr. If the program is managed by systemd, the information about stderr and stdout will be captured by systemd-journald. If systemd-journald restarts, etcd client write log at this time, it will get a boken pipe error. In Golang, a SIGPIPE signal will be generated for this situation, which will cause the program killed by SIGPIPE
etcd client can't config log, which causes log output by the etcd client to be on the stderr,This may cause sigpipe problems when cooperating with systemd. Whether the function of log can be configured?
The text was updated successfully, but these errors were encountered: