From 3df71be073e6ae47a67de3c4ef9dbce31fb167c6 Mon Sep 17 00:00:00 2001 From: stas-fomenko <36419533+stas-fomenko@users.noreply.github.com> Date: Mon, 30 Mar 2020 16:51:27 +0300 Subject: [PATCH 1/3] Update xmlToJson.js --- lib/actions/xmlToJson.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/actions/xmlToJson.js b/lib/actions/xmlToJson.js index a40897d..1ab1b49 100644 --- a/lib/actions/xmlToJson.js +++ b/lib/actions/xmlToJson.js @@ -8,7 +8,7 @@ const xml2Json = require('../xml2Json.js'); * @param cfg configuration that is account information and configuration field values */ module.exports.process = function processAction(msg, cfg) { - this.logger.debug('Action started, message=%j cfg=%j', msg, cfg); + this.logger.trace('Action started, message=%j cfg=%j', msg, cfg); if (!msg.body || !msg.body.xmlString) { this.emit('error', 'Missing XML String as input'); this.emit('end'); From 9d201423ee96276304d290c0be58e0138eee4639 Mon Sep 17 00:00:00 2001 From: stas-fomenko <36419533+stas-fomenko@users.noreply.github.com> Date: Mon, 30 Mar 2020 16:53:33 +0300 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e033af..1ae3ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.1 (March 30, 2020) + +* Minor logs impovements in "XML to JSON" action + ## 1.2.0 (January 30, 2020) * Update sailor version to 2.6.1 From cc4a139edbefbc51fc405e8662a20df3dffcdc4f Mon Sep 17 00:00:00 2001 From: stas-fomenko <36419533+stas-fomenko@users.noreply.github.com> Date: Mon, 30 Mar 2020 19:14:15 +0300 Subject: [PATCH 3/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d82e30..aa3c7b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xml", - "version": "1.2.0", + "version": "1.2.1", "description": "Integration component to work with XML fiels", "homepage": "http://www.elastic.io", "author": {