Skip to content

Commit 2bed9fa

Browse files
authored
add correct config item in comment (#22393)
1 parent f08e1e2 commit 2bed9fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dynamic-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ If an error occurs during the batch modification, a warning is returned:
9494
{{< copyable "sql" >}}
9595

9696
```sql
97-
set config tikv `log-level`='warn';
97+
set config tikv `log-level`='warn'; -- The correct config item is `log.level`.
9898
```
9999

100100
```sql

0 commit comments

Comments
 (0)