Add logging across app and centralized error handling
This commit is contained in:
parent
3bbeab1199
commit
4c3f095109
10 changed files with 115 additions and 62 deletions
|
|
@ -6,6 +6,8 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
cgnolink.ConfigureLogger()
|
||||
|
||||
conf := cgnolink.NewConfig()
|
||||
|
||||
pool := database.Pool(conf)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue