Created
June 15, 2023 21:22
-
-
Save adampresley/f29d527211417b7a87f612ef11cc69ea to your computer and use it in GitHub Desktop.
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
| [ | |
| { | |
| "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