Skip to content

Instantly share code, notes, and snippets.

@lennartkoopmann
Last active December 29, 2015 00:19
Show Gist options
  • Save lennartkoopmann/7585674 to your computer and use it in GitHub Desktop.
Save lennartkoopmann/7585674 to your computer and use it in GitHub Desktop.
Example GELF message JSON payload
{
"version": "1.1",
"host": "example.org",
"short_message": "A short message that helps you identify what is going on",
"full_message": "Backtrace here\n\nmore stuff",
"timestamp": 1385053862.3072,
"level": 1,
"_user_id": 9001,
"_some_info": "foo",
"_some_env_var": "bar"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment