disable meta data change event logging for now.

This commit is contained in:
Chris Lu
2020-04-07 01:05:24 -07:00
parent b51d8f03bb
commit 90d576affe

View File

@@ -45,7 +45,9 @@ func (f *Filer) NotifyUpdateEvent(oldEntry, newEntry *Entry, deleteChunks bool)
notification.Queue.SendMessage(fullpath, eventNotification)
}
f.logMetaEvent(time.Now(), fullpath, eventNotification)
if false {
f.logMetaEvent(time.Now(), fullpath, eventNotification)
}
}