Unverified Commit 95bfcb80 authored by Athurg Gooth's avatar Athurg Gooth Committed by GitHub

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

Print profile.Data in boot log
parent 096c489e
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment