diff --git a/tiflash/tiflash-configuration.md b/tiflash/tiflash-configuration.md index e1fb63d74836d..6a67ac19ad35b 100644 --- a/tiflash/tiflash-configuration.md +++ b/tiflash/tiflash-configuration.md @@ -152,8 +152,8 @@ delta_index_cache_size = 0 advertise-status-addr = The external access address of status-addr. If it is left empty, "status-addr" is used by default. [logger] - ## log level (available options: "trace", "debug", "info", "warn", "error"). The default value is "debug". - level = "debug" + ## log level (available options: "trace", "debug", "info", "warn", "error"). Starting from v6.5.7, the default value changes from "debug" to "info". + level = "info" log = TiFlash log path errorlog = TiFlash error log path ## Size of a single log file. The default value is "100M".