Skip to content

Commit

Permalink
Merge pull request #275 from haiarha/haiarha-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
terehov authored Jun 8, 2024
2 parents 84830fd + 5887599 commit d37db06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ For `pretty` logs:
For `JSON` logs (no formatting happens here):
```typescript
const logger = new Logger({
type: "pretty",
type: "json",
overwrite: {
transportJSON: (logObjWithMeta: any) => {
// transport the LogObj to console, StdOut, a file or an external service
Expand Down

0 comments on commit d37db06

Please sign in to comment.