fix(producer): refs #4409 Disable data debug
gitea/mycdc/pipeline/head This commit looks good
Details
gitea/mycdc/pipeline/head This commit looks good
Details
This commit is contained in:
parent
613f0b5e1c
commit
3643f22f0f
2
mycdc.js
2
mycdc.js
|
@ -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}]`);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue