Skip to content

Commit 72088fb

Browse files
committed
Update README to represent changes
1 parent 43b8e9a commit 72088fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ Example on changing `minLevel` on runtime:
322322
- `json` prints out a `JSON` formatted log entry.
323323
- `hidden` suppresses any output whatsoever and can be used with attached loggers for example.
324324

325+
> Hint: Each JSON log is printed in one line, making it easily parsable by external services.
326+
325327
```typescript
326328
// pretty output
327329
const defaultPrettyLogger = new Logger();

0 commit comments

Comments
 (0)