tiup playground 拉起 tiflash 时弹出debug信息

【 TiDB 使用环境】生产环境 /测试/ Poc
【 TiDB 版本】
【复现路径】做过哪些操作出现的问题
【遇到的问题:问题现象及影响】
【资源配置】进入到 TiDB Dashboard -集群信息 (Cluster Info) -主机(Hosts) 截图此页面
【附件:截图/日志/监控】

playground:v1.14.1, 拉起tiflash时,提示debug信息:
userConfig map[flash:map[proxy:map[config:/home/tidb/.tiup/data/v8/tiflash-0/tiflash_proxy.toml]] logger:map[level:debug]]

[tidb@shawnyan ~ 14:07:32]$ 
[tidb@shawnyan ~ 14:07:32]$ rm -rf .tiup/data/
[tidb@shawnyan ~ 14:07:36]$ 
[tidb@shawnyan ~ 14:07:36]$ tiup playground:v1.14.1 8.0.0 --tag v8 --tiflash 1 --without-monitor
Starting component `playground`: /home/tidb/.tiup/components/playground/v1.14.1/tiup-playground 8.0.0 --tag v8 --tiflash 1 --without-monitor
Using the version v8.0.0 for version constraint "8.0.0".

If you'd like to use a TiDB version other than v8.0.0, cancel and retry with the following arguments:
	Specify version manually:   tiup playground <version>
	Specify version range:      tiup playground ^5
	The nightly version:        tiup playground nightly

Start pd instance:v8.0.0
Start tikv instance:v8.0.0
Start tidb instance:v8.0.0
Waiting for tidb instances ready
127.0.0.1:4000 ... Done
Start tiflash instance:v8.0.0
userConfig map[flash:map[proxy:map[config:/home/tidb/.tiup/data/v8/tiflash-0/tiflash_proxy.toml]] logger:map[level:debug]]
Waiting for tiflash instances ready
127.0.0.1:3930 ... Done

🎉 TiDB Playground Cluster is started, enjoy!

Connect TiDB:    mysql --comments --host 127.0.0.1 --port 4000 -u root
TiDB Dashboard:  http://127.0.0.1:2379/dashboard

在 1.13.1 是正常的

[tidb@shawnyan ~ 14:06:49]$ tiup -v
1.14.0 tiup
Go Version: go1.21.5
Git Ref: v1.14.1
GitHash: 23f7b0f0f3a0ad29e90a7b12b1097e8d4074cb3e
[tidb@shawnyan ~ 14:06:50]$ tiup playground:v1.13.1 8.0.0 --tag v8 --tiflash 1 --without-monitor
Starting component `playground`: /home/tidb/.tiup/components/playground/v1.13.1/tiup-playground 8.0.0 --tag v8 --tiflash 1 --without-monitor
Using the version v8.0.0 for version constraint "8.0.0".

If you'd like to use a TiDB version other than v8.0.0, cancel and retry with the following arguments:
	Specify version manually:   tiup playground <version>
	Specify version range:      tiup playground ^5
	The nightly version:        tiup playground nightly

Start pd instance:v8.0.0
Start tikv instance:v8.0.0
Start tidb instance:v8.0.0
Waiting for tidb instances ready
127.0.0.1:4000 ... Done
Start tiflash instance:v8.0.0
Waiting for tiflash instances ready
127.0.0.1:3930 ... Done

🎉 TiDB Playground Cluster is started, enjoy!

Connect TiDB:    mysql --comments --host 127.0.0.1 --port 4000 -u root
TiDB Dashboard:  http://127.0.0.1:2379/dashboard

实际起来能用不

应该是代码问题吧,日志级别打错了

这个看起来是将 tiflash 的 config print 了下,感觉没啥影响。

对,估计哪里忘注释了,没细看,不影响用反正