diff --git a/pd-configuration-file.md b/pd-configuration-file.md index 662e6e91889c6..0289a87d99a78 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`