mirror of https://gitee.com/bigwinds/arangodb
Ignore collection markers in logger-follow output for syncCollectionFinalize.
This commit is contained in:
parent
2b4338d85c
commit
cf8b75db87
|
@ -318,7 +318,7 @@ function syncCollectionFinalize (database, collname, from, config) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// all else, including dropping and creating the collection
|
// 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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue