Skip to content

Commit

Permalink
Add time field into README
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWayfer authored and santry committed Feb 12, 2025
1 parent baf6b97 commit 45b5e94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ will get you something like
```json
{
"level": "INFO",
"time": "2025-02-04 18:56:44 +0300",
"request_id": "914f6104-538d-4ddc-beef-37bfe06ca1c7",
"host": "127.0.0.1",
"my_param": "param value",
Expand All @@ -70,6 +71,7 @@ Importantly, if the controller action (or any code it calls along the way) has a
```json
{
"level": "INFO",
"time": "2025-02-04 18:56:44 +0300",
"request_id": "914f6104-538d-4ddc-beef-37bfe06ca1c7",
"host": "127.0.0.1",
"my_param": "param value",
Expand All @@ -96,6 +98,7 @@ those will be added to the `tags` key in the JSON document
```json
{
"level": "INFO",
"time": "2025-02-04 18:56:44 +0300",
"request_id": "914f6104-538d-4ddc-beef-37bfe06ca1c7",
"host": "127.0.0.1",
"my_param": "param value",
Expand Down

0 comments on commit 45b5e94

Please sign in to comment.