Configure logger for connect backend

This commit is contained in:
Dan Sosedoff
2022-12-02 11:45:23 -06:00
parent f9e376a117
commit f19f165afc
6 changed files with 35 additions and 15 deletions

View File

@@ -199,6 +199,7 @@ func startServer() {
router.Use(gin.BasicAuth(auth))
}
api.SetLogger(logger)
api.SetupRoutes(router)
fmt.Println("Starting server...")