From 6d5ad00c6b1ce8c2281168f8171c0a6765a09890 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Thu, 16 Dec 2021 11:32:35 +0800 Subject: [PATCH] TiDB: remove invalid log format (#7249) (#7252) --- tidb-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index 79e7fcc3d768b..f37225aed91c9 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -189,7 +189,7 @@ Configuration items related to log. ### `format` - Specifies the log output format. -- Value options: `json`, `text` and `console`. +- Value options: `json` and `text`. - Default value: `text` ### `enable-timestamp`