1
0
Fork 0

Avoid log spam.

This commit is contained in:
Max Neunhoeffer 2017-05-02 15:02:48 +02:00
parent cf12573507
commit ce2f59c12c
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ function syncCollectionFinalize (database, collname, from, config) {
} else {
// all else, including dropping and creating the collection
// throw 'Found collection drop, create or rename marker.';
console.warn('Found collection drop, create or rename marker:', entry);
console.debug('Found collection drop, create or rename marker:', entry);
}
}