We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26db3bf commit 6d8b54cCopy full SHA for 6d8b54c
1 file changed
dynamic-config.md
@@ -93,7 +93,7 @@ If an error occurs during the batch modification, a warning is returned:
93
{{< copyable "sql" >}}
94
95
```sql
96
-set config tikv `log-level`='warn';
+set config tikv `log-level`='warn'; -- This command fails because `log-level` is incorrect. Use `log.level` instead.
97
```
98
99
0 commit comments