Skip to content

Commit 6d8b54c

Browse files
authored
add correct config item in comment (#22393) (#22493)
1 parent 26db3bf commit 6d8b54c

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
@@ -93,7 +93,7 @@ If an error occurs during the batch modification, a warning is returned:
9393
{{< copyable "sql" >}}
9494

9595
```sql
96-
set config tikv `log-level`='warn';
96+
set config tikv `log-level`='warn'; -- This command fails because `log-level` is incorrect. Use `log.level` instead.
9797
```
9898

9999
```sql

0 commit comments

Comments
 (0)