File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/service-core/src/storage/mongo Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ export class MongoBucketBatch implements BucketStorageBatch {
244244 existing_buckets = [ ] ;
245245 existing_lookups = [ ] ;
246246 // Log to help with debugging if there was a consistency issue
247- micro . logger . warn (
247+ logger . warn (
248248 `Cannot find previous record for update on ${ record . sourceTable . qualifiedName } : ${ beforeId } / ${ record . before ?. id } `
249249 ) ;
250250 } else {
@@ -260,7 +260,7 @@ export class MongoBucketBatch implements BucketStorageBatch {
260260 existing_buckets = [ ] ;
261261 existing_lookups = [ ] ;
262262 // Log to help with debugging if there was a consistency issue
263- micro . logger . warn (
263+ logger . warn (
264264 `Cannot find previous record for delete on ${ record . sourceTable . qualifiedName } : ${ beforeId } / ${ record . before ?. id } `
265265 ) ;
266266 } else {
You can’t perform that action at this time.
0 commit comments