From 078a351394651078663cbff389ad8c5419d3b841 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 ec492af0b9920..2287a720ff4c5 100644 --- a/pd-configuration-file.md +++ b/pd-configuration-file.md @@ -127,10 +127,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 2365694278c9daa8a44b710cce6f694957ac9033 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 2287a720ff4c5..d5b356d6a3dab 100644 --- a/pd-configuration-file.md +++ b/pd-configuration-file.md @@ -129,7 +129,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 fdd90ea43451087a0265c9cfe8ac330cc908c824 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 d5b356d6a3dab..b176f75e282f3 100644 --- a/pd-configuration-file.md +++ b/pd-configuration-file.md @@ -129,7 +129,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`