Skip to content

Commit

Permalink
docs(log): update json output example
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeidx committed Sep 26, 2022
1 parent 10cb931 commit de720c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const logger = new Logger("default", {

logger.debug("Hello world!");
// outputs:
// {"timestamp":"2022-04-04T21:56:14.464Z","level":"debug","message":"Hello world!"}
// {"timestamp":"2022-04-04T21:56:14.464Z","level":"debug","message":["Hello world!"]}
```

### Custom
Expand Down

0 comments on commit de720c4

Please sign in to comment.