loggerutils: fix a typo
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
9cf8feebbf
commit
2c6fbd864a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue