[TiDB Usage Environment] /Test/
[TiDB Version]
[Reproduction Path] What operations were performed when the issue occurred
[Encountered Issue: Issue Phenomenon and Impact]
Used tiup cluster edit-config tidb-test
Added 3 lines log.level: warn to modify the log levels of PD, TiKV, and TiDB
Then tiup cluster reload tidb-test
After restarting, it was found that the PD log level was not modified
For PD configuration items that can be modified online, the changes will be persisted to etcd after a successful modification, but will not be persisted to the configuration file. Subsequent configurations will be based on the settings in etcd.
The PD configuration items that can be modified online will be persisted to etcd after successful modification. They will not be persisted to the configuration file, and the subsequent configurations in etcd will take precedence. Modifying the configuration file will be ineffective.