Skip to content

Commit

Permalink
feat: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
minicloudsky committed Sep 23, 2023
1 parent 7a4bc09 commit 026f62c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/minerva/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func main() {

// start and wait for stop signal
if err := app.Run(); err != nil {
log.NewHelper(logger).Error("fail to run app! err: %v", err)
panic(err)
}
}

0 comments on commit 026f62c

Please sign in to comment.