loggerutils: fix a typo
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> Upstream-commit: 2c6fbd864ae089e9cb544666949b8b2d897b3b23 Component: engine
This commit is contained in:
@@ -648,7 +648,7 @@ func watchFile(name string) (filenotify.FileWatcher, error) {
|
||||
|
||||
logger := logrus.WithFields(logrus.Fields{
|
||||
"module": "logger",
|
||||
"fille": name,
|
||||
"file": name,
|
||||
})
|
||||
|
||||
if err := fileWatcher.Add(name); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user