fix middleware loaded message

This commit is contained in:
yusing 2025-01-01 06:22:20 +08:00
parent 85c1a48d3a
commit 89f08f0da7

View file

@ -73,7 +73,6 @@ func LoadComposeFiles() {
}
allMiddlewares[strutils.ToLowerNoSnake(name)] = m
logger.Info().
Str("name", name).
Str("src", path.Base(defFile)).
Msg("middleware loaded")
}