Skip to content

Commit d37db06

Browse files
authored
Merge pull request #275 from haiarha/haiarha-patch-1
Update README.md
2 parents 84830fd + 5887599 commit d37db06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ For `pretty` logs:
686686
For `JSON` logs (no formatting happens here):
687687
```typescript
688688
const logger = new Logger({
689-
type: "pretty",
689+
type: "json",
690690
overwrite: {
691691
transportJSON: (logObjWithMeta: any) => {
692692
// transport the LogObj to console, StdOut, a file or an external service

0 commit comments

Comments
 (0)