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;