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