Skip to content

Commit

Permalink
fix middleware loaded message
Browse files Browse the repository at this point in the history
  • Loading branch information
yusing committed Dec 31, 2024
1 parent 85c1a48 commit 89f08f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/net/http/middleware/middlewares.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ func LoadComposeFiles() {
}
allMiddlewares[strutils.ToLowerNoSnake(name)] = m
logger.Info().
Str("name", name).
Str("src", path.Base(defFile)).
Msg("middleware loaded")
}
Expand Down

0 comments on commit 89f08f0

Please sign in to comment.