Skip to content

Instantly share code, notes, and snippets.

@adampresley
Created June 15, 2023 21:22
Show Gist options
  • Select an option

  • Save adampresley/f29d527211417b7a87f612ef11cc69ea to your computer and use it in GitHub Desktop.

Select an option

Save adampresley/f29d527211417b7a87f612ef11cc69ea to your computer and use it in GitHub Desktop.
[
{
"app": "main-app",
"time": "2023-01-02T15:23:00Z",
"msg": "Error doing this thing",
"level": "error"
},
{
"app": "main-app",
"time": "2023-01-03T15:23:00Z",
"msg": "Error doing this thing",
"level": "error"
},
{
"app": "secondary-app",
"time": "2023-01-03T15:23:00Z",
"msg": "Error doing that thing",
"level": "error"
},
{
"app": "main-app",
"time": "2023-01-04T13:23:00Z",
"msg": "Different error doing this thing",
"level": "error"
},
{
"app": "main-app",
"time": "2023-01-05T17:23:00Z",
"msg": "Different error doing this thing",
"level": "error"
},
{
"app": "secondary-app",
"time": "2023-01-05T14:23:00Z",
"msg": "Another error doing this thing",
"level": "error"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment