disable meta data change event logging for now.
This commit is contained in:
@@ -45,7 +45,9 @@ func (f *Filer) NotifyUpdateEvent(oldEntry, newEntry *Entry, deleteChunks bool)
|
|||||||
notification.Queue.SendMessage(fullpath, eventNotification)
|
notification.Queue.SendMessage(fullpath, eventNotification)
|
||||||
}
|
}
|
||||||
|
|
||||||
f.logMetaEvent(time.Now(), fullpath, eventNotification)
|
if false {
|
||||||
|
f.logMetaEvent(time.Now(), fullpath, eventNotification)
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user