diff --git a/core/remote/watcher/index.js b/core/remote/watcher/index.js index c58d749c6..bef40e3bf 100644 --- a/core/remote/watcher/index.js +++ b/core/remote/watcher/index.js @@ -394,7 +394,7 @@ class RemoteWatcher { } /*: { isInitialFetch?: boolean, isRecursiveFetch?: boolean } */ = {} ) /*: RemoteChange */ { const oldpath /*: ?string */ = was ? was.path : undefined - log.info('change received', { + log.debug('change received', { path: remoteDoc.path || oldpath, oldpath, remoteDoc,