From 0acc446b3aa6577e3ed0dd86866d000b3d05e5f9 Mon Sep 17 00:00:00 2001 From: Enwei Date: Tue, 31 Aug 2021 09:08:13 +0200 Subject: [PATCH] PD configuration file: add log level (#6302) --- 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..b176f75e282f3 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`