Add logging across app and centralized error handling

This commit is contained in:
Andrey Chervyakov 2021-03-15 19:03:30 +06:00
parent 3bbeab1199
commit 4c3f095109
10 changed files with 115 additions and 62 deletions

View file

@ -6,6 +6,8 @@ import (
)
func main() {
cgnolink.ConfigureLogger()
conf := cgnolink.NewConfig()
pool := database.Pool(conf)