We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08e1e2 commit 2bed9faCopy full SHA for 2bed9fa
1 file changed
dynamic-config.md
@@ -94,7 +94,7 @@ If an error occurs during the batch modification, a warning is returned:
94
{{< copyable "sql" >}}
95
96
```sql
97
-set config tikv `log-level`='warn';
+set config tikv `log-level`='warn'; -- The correct config item is `log.level`.
98
```
99
100
0 commit comments