From 0cb8c7c05861889869c9692a79a0fc7267221e6b Mon Sep 17 00:00:00 2001 From: Yukihiro Hasegawa <49516827+y-hsgw@users.noreply.github.com> Date: Wed, 17 Jul 2024 03:19:06 +0900 Subject: [PATCH] fix: readme (#2488) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ee941fd8..081315a00 100644 --- a/README.md +++ b/README.md @@ -687,7 +687,7 @@ To colorize the full log line with the json formatter you can apply the followin ```js winston.format.combine( winston.format.json(), - winston.format.colorize({ all }) + winston.format.colorize({ all: true }) ); ```