Merge pull request #37570 from kolyshkin/typpo
loggerutils: fix a typo Upstream-commit: 62739828d0bdf75b6dfc38e43d9d496c3da3db96 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