From da35449c16e50c76b631a5268f280bc39b1813db Mon Sep 17 00:00:00 2001 From: akirilyuk Date: Wed, 2 Feb 2022 15:15:30 +0100 Subject: [PATCH] add more logs --- lib/tasks/cognigy/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tasks/cognigy/index.js b/lib/tasks/cognigy/index.js index cc18d497..699ec262 100644 --- a/lib/tasks/cognigy/index.js +++ b/lib/tasks/cognigy/index.js @@ -177,6 +177,7 @@ class Cognigy extends Task { } _makeGatherTask({textPrompt, urlPrompt, turnConfig} = {}) { + this.logger.debug({textPrompt, urlPrompt, turnConfig}, "_makeGatherTask"); const config = this.config.makeGatherTaskConfig({textPrompt, urlPrompt, turnConfig}); const {retry, ...rest} = config; this.retry = retry;