fix(producer): refs #4409 Disable data debug
gitea/mycdc/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-04-09 09:35:00 +02:00
parent 613f0b5e1c
commit 3643f22f0f
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ module.exports = class MyCDC {
Buffer.from(jsonData), options); Buffer.from(jsonData), options);
if (this.debug) { if (this.debug) {
console.debug(data, options); // console.debug(data, options);
console.debug('Queued:'.blue, console.debug('Queued:'.blue,
`${tableName}(${rows.length}) [${eventName}]`); `${tableName}(${rows.length}) [${eventName}]`);
} }