Skip to content

Commit

Permalink
address typo in logging.go
Browse files Browse the repository at this point in the history
  • Loading branch information
karinamzalez committed Jan 25, 2024
1 parent e767e1d commit 601b1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssas/service/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
//https://github.com/go-chi/chi/blob/master/_examples/logging/main.go

func NewAPILogger() func(next http.Handler) http.Handler {
return middleware.RequestLogger(&APILogger{ssas.Logger})
return middleware.RequestLogger(&APILogger{log.Logger})
}

type APILogger struct {
Expand Down

0 comments on commit 601b1be

Please sign in to comment.