Skip to content

Instantly share code, notes, and snippets.

@nielsdraaisma
Created October 31, 2014 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nielsdraaisma/f266923a1679e492f830 to your computer and use it in GitHub Desktop.
Save nielsdraaisma/f266923a1679e492f830 to your computer and use it in GitHub Desktop.
Etcd enable verbosity - store as /run/systemd/system/etcd.service.d/30-verbose.conf
[Service]
Environment="ETCD_VERBOSE=1"
@nielsdraaisma
Copy link
Author

To apply :

sudo systemctl daemon-reload
sudo systemctl restart etcd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment