Skip to content

Commit

Permalink
chore: print profile.Data in boot log (#2373)
Browse files Browse the repository at this point in the history
Print profile.Data in boot log
  • Loading branch information
athurg authored Oct 10, 2023
1 parent 096c489 commit 95bfcb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/memos.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 95bfcb8

Please sign in to comment.