Skip to content

Commit 0acc446

Browse files
authored
PD configuration file: add log level (#6302)
1 parent 2475ad9 commit 0acc446

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pd-configuration-file.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,15 @@ Configuration items related to security
127127
128128
Configuration items related to log
129129
130+
### `level`
131+
132+
+ The log level, which can be specified as "DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL".
133+
+ Default value: "INFO"
134+
130135
### `format`
131136
132137
+ The log format, which can be specified as "text", "json", or "console"
133-
+ Default value: `text`
138+
+ Default value: "text"
134139
135140
### `disable-timestamp`
136141

0 commit comments

Comments
 (0)