Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nilesPenrose committed Nov 27, 2024
1 parent 9e962ec commit 090463c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func main() {
Handler: mainHandler,
ErrorLog: log.New(logger.Out, "api", 0),
}
logger.Info(server.Addr)
go func() {
logger.Infof("starting server, listening on %s", server.Addr)

Expand Down

0 comments on commit 090463c

Please sign in to comment.