debug log version
This commit is contained in:
parent
c7971a8eeb
commit
2349089665
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -18,6 +18,7 @@ var (
|
|||
|
||||
func main() {
|
||||
l := gologger.Get(config.GetConfig().LogLevel).With().Caller().Logger()
|
||||
l.Debug().Msgf("starting well-goknown v%s", Version)
|
||||
db, _ := db.NewDB()
|
||||
defer db.Close()
|
||||
|
||||
|
|
Loading…
Reference in a new issue