Skip to content

Commit 4ee4ed6

Browse files
committed
Removed potentially spammy log entry.
1 parent 78bf259 commit 4ee4ed6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/module-mysql/src/replication/BinLogStream.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,6 @@ export class BinLogStream {
418418
this.abortSignal.addEventListener(
419419
'abort',
420420
async () => {
421-
this.logger.info('Abort signal received, stopping replication...');
422421
await binlogListener.stop();
423422
},
424423
{ once: true }

0 commit comments

Comments
 (0)