mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 12:42:34 +02:00
fix middleware loaded message
This commit is contained in:
parent
85c1a48d3a
commit
89f08f0da7
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ func LoadComposeFiles() {
|
||||||
}
|
}
|
||||||
allMiddlewares[strutils.ToLowerNoSnake(name)] = m
|
allMiddlewares[strutils.ToLowerNoSnake(name)] = m
|
||||||
logger.Info().
|
logger.Info().
|
||||||
Str("name", name).
|
|
||||||
Str("src", path.Base(defFile)).
|
Str("src", path.Base(defFile)).
|
||||||
Msg("middleware loaded")
|
Msg("middleware loaded")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue