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() {
|
func main() {
|
||||||
l := gologger.Get(config.GetConfig().LogLevel).With().Caller().Logger()
|
l := gologger.Get(config.GetConfig().LogLevel).With().Caller().Logger()
|
||||||
|
l.Debug().Msgf("starting well-goknown v%s", Version)
|
||||||
db, _ := db.NewDB()
|
db, _ := db.NewDB()
|
||||||
defer db.Close()
|
defer db.Close()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue