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`