mirror of
https://github.com/yusing/godoxy.git
synced 2026-02-26 02:35:19 +01:00
fix middleware loaded message
This commit is contained in:
@@ -73,7 +73,6 @@ func LoadComposeFiles() {
|
||||
}
|
||||
allMiddlewares[strutils.ToLowerNoSnake(name)] = m
|
||||
logger.Info().
|
||||
Str("name", name).
|
||||
Str("src", path.Base(defFile)).
|
||||
Msg("middleware loaded")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user