Skip to content

Commit 0e66984

Browse files
author
Hanna
committed
sailor 2.5.1 build type docker
1 parent 9be502d commit 0e66984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/actions/splitOnJsonata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async function processAction(msg, cfg) {
2020

2121
const results = [];
2222
split.forEach((elem) => results.push(elem));
23-
this.logger.info('%s parts to emit found', results.length);
23+
this.logger.debug('%s parts to emit found', results.length);
2424
results.forEach(async (result) => {
2525
if (result) {
2626
await this.emit('data', messages.newMessageWithBody(result));

0 commit comments

Comments
 (0)