ekko: helper to setup labstack echo with logging, tracing, etc

This commit is contained in:
2024-09-20 21:47:10 -07:00
parent 8e898d9c59
commit 3f3fb29bc9
5 changed files with 223 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ func (srv *Server) SetLogger(log *slog.Logger) {
}
func (srv *Server) Listen(ctx context.Context, port int) error {
srv.log.Info("Starting health listener", "port", port)
srv.log.Info("starting health listener", "port", port)
serveMux := http.NewServeMux()