mirror of
https://github.com/usememos/memos.git
synced 2025-03-04 01:04:38 +08:00
chore: print profile.Data in boot log (#2373)
Print profile.Data in boot log
This commit is contained in:
parent
096c489eb3
commit
95bfcb8055
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue