mirror of https://github.com/usememos/memos.git
chore: print profile.Data in boot log (#2373)
Print profile.Data in boot log
This commit is contained in:
parent
096c489eb3
commit
95bfcb8055
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue