Browse Source

disable meta data change event logging for now.

pull/1273/head
Chris Lu 5 years ago
parent
commit
90d576affe
  1. 2
      weed/filer2/filer_notify.go

2
weed/filer2/filer_notify.go

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

Loading…
Cancel
Save