Last active
December 29, 2015 00:19
-
-
Save lennartkoopmann/7585674 to your computer and use it in GitHub Desktop.
Example GELF message JSON payload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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