From 9cd6409f6cc0c272ec8aaef355d63d2b16514a5b Mon Sep 17 00:00:00 2001 From: en-jin19 Date: Thu, 26 Aug 2021 14:33:06 +0200 Subject: [PATCH 1/3] PD configuration file: update log level --- pd-configuration-file.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pd-configuration-file.md b/pd-configuration-file.md index 18ad60bf7a698..a7ccd1b61b501 100644 --- a/pd-configuration-file.md +++ b/pd-configuration-file.md @@ -126,10 +126,15 @@ Configuration items related to security Configuration items related to log +### `level` + ++ The log level, which can be specified as "DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL" ++ Default value: "INFO" + ### `format` + The log format, which can be specified as "text", "json", or "console" -+ Default value: `text` ++ Default value: "text" ### `disable-timestamp` From 319099bd8c4e0951451bf771784d8be426c580cf Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Tue, 31 Aug 2021 14:58:32 +0800 Subject: [PATCH 2/3] Update pd-configuration-file.md --- pd-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd-configuration-file.md b/pd-configuration-file.md index a7ccd1b61b501..295301640979c 100644 --- a/pd-configuration-file.md +++ b/pd-configuration-file.md @@ -128,7 +128,7 @@ Configuration items related to log ### `level` -+ The log level, which can be specified as "DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL" ++ The log level. The value options are "DEBUG", "INFO", "WARNING", "ERROR", and "CRITICAL". + Default value: "INFO" ### `format` From 65f9c0f838a52493204cccaca9a1c632f70da83b Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Tue, 31 Aug 2021 15:00:07 +0800 Subject: [PATCH 3/3] Update pd-configuration-file.md --- pd-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd-configuration-file.md b/pd-configuration-file.md index 295301640979c..caf010e212cfc 100644 --- a/pd-configuration-file.md +++ b/pd-configuration-file.md @@ -128,7 +128,7 @@ Configuration items related to log ### `level` -+ The log level. The value options are "DEBUG", "INFO", "WARNING", "ERROR", and "CRITICAL". ++ The log level, which can be specified as "DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL". + Default value: "INFO" ### `format`