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

View File

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