Skip to content

Commit

Permalink
tech: Remove remote change log (#2361)
Browse files Browse the repository at this point in the history
Keep reducing logs to decrease IO pressure and RAM usage when
receiving numerous changes from the remote Cozy.
  • Loading branch information
taratatach authored Nov 6, 2024
1 parent eadffc3 commit 1c1b6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/remote/watcher/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1c1b6d8

Please sign in to comment.