Skip to content

Instantly share code, notes, and snippets.

@yichengq
Last active August 29, 2015 14:04
Show Gist options
  • Save yichengq/5b164014595ca4d84ec4 to your computer and use it in GitHub Desktop.
Save yichengq/5b164014595ca4d84ec4 to your computer and use it in GitHub Desktop.
etcd log fmt

Log Format

dateTime name[id]: source level: message

Field name Description
dateTime The date and time at which the event was logged.
name The name of the etcd machine that generated the event.
id The auto generated id of the etcd machine that is used in the cluster.
source The source of the event indicated by package, class or function.
level The severity values INFO, WARN, ERROR, and DEBUG.
message An event-specific explanatory message in logfmt.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment