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
In etcd v2, when --debug flag is set, information on incoming requests to the server will be logged. This is helpful for debugging purpose. We are working on a PR to add this capability back to etcd v3.
Example log output in etcd v2:
./etcdctl set foo bar
2018-08-08 15:07:08.199419 D | etcdhttp: [PUT] /v2/keys/foo remote:127.0.0.1:44548
The text was updated successfully, but these errors were encountered:
jpbetz
changed the title
Log info on incoming request to server when debug flag is set
etcdserver: Log info on incoming request to server when debug flag is set
Aug 8, 2018
jpbetz
changed the title
etcdserver: Log info on incoming request to server when debug flag is set
Log info on incoming request to server when debug flag is set
Aug 8, 2018
In etcd v2, when --debug flag is set, information on incoming requests to the server will be logged. This is helpful for debugging purpose. We are working on a PR to add this capability back to etcd v3.
Example log output in etcd v2:
The text was updated successfully, but these errors were encountered: