We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be502d commit 0e66984Copy full SHA for 0e66984
lib/actions/splitOnJsonata.js
@@ -20,7 +20,7 @@ async function processAction(msg, cfg) {
20
21
const results = [];
22
split.forEach((elem) => results.push(elem));
23
- this.logger.info('%s parts to emit found', results.length);
+ this.logger.debug('%s parts to emit found', results.length);
24
results.forEach(async (result) => {
25
if (result) {
26
await this.emit('data', messages.newMessageWithBody(result));
0 commit comments