From 37c4fd5c2dbc151cc4bccec48910cde65b52b868 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Thu, 16 Dec 2021 10:19:20 +0800 Subject: [PATCH] TiDB: remove invalid log format --- 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 382dedcc04d84..d0fe38c6915da 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -190,7 +190,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`