From 2e7de28a4dadcdfcbf5e99b639b25b4530643af9 Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Sun, 31 Aug 2025 01:37:27 +0800 Subject: [PATCH] chore: stdout renamed to console --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6804f041..cac87356 100644 --- a/README.md +++ b/README.md @@ -880,14 +880,14 @@ Example configuration: "without_time": false, }, // Advanced logging configuration for configuring multiple writers - // A stdout writer will be configured by default. + // A console writer will be configured by default. // Set this to empty array `[]` to disable logging completely "writers": [ { - // Configure a stdout writer + // Configure a console writer // The inner fields are optional, if not set, it will use the default values - // To minimally configure a stdout writer, simply write `"stdout": {}`. - "stdout": { + // To minimally configure a console writer, simply write `"console": {}`. + "console": { "level": 2, "format": { "without_time": false,