From 588759962fc5ed73bcc680b384d5c6c798da4b60 Mon Sep 17 00:00:00 2001 From: Vadym Veremeichyk Date: Thu, 7 Dec 2023 15:27:38 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3949d1f..8630092 100644 --- a/README.md +++ b/README.md @@ -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