chore: print profile.Data in boot log (#2373)

Print profile.Data in boot log
This commit is contained in:
Athurg Gooth 2023-10-10 18:59:19 +08:00 committed by GitHub
parent 096c489eb3
commit 95bfcb8055
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,6 +149,7 @@ func initConfig() {
println("---")
println("Server profile")
println("data:", profile.Data)
println("dsn:", profile.DSN)
println("addr:", profile.Addr)
println("port:", profile.Port)