diff --git a/dynamic-config.md b/dynamic-config.md index e91968eb1c26..8e0c4d6a3266 100644 --- a/dynamic-config.md +++ b/dynamic-config.md @@ -87,7 +87,7 @@ Query OK, 0 rows affected (0.01 sec) {{< copyable "sql" >}} ```sql -set config tikv `log-level`='warn'; -- The correct config item is `log.level`. +set config tikv `log-level`='warn'; -- This command fails because `log-level` is incorrect. Use `log.level` instead. ``` ```sql