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 75c1665 commit 7405a06Copy full SHA for 7405a06
lib/triggers/consume.js
@@ -11,7 +11,7 @@ const debug = require('debug')('consumer');
11
* @param cfg
12
*/
13
function init(cfg) {
14
- console.log('Starting initialization, cfg=%j queueName=%s', cfg, queueName);
+ console.log('Starting initialization, cfg=%j', cfg);
15
const amqpURI = cfg.amqpURI;
16
const amqpExchange = cfg.topic;
17
const queueName = `eio_consumer_${process.env.ELASTICIO_FLOW_ID}_${process.env.ELASTICIO_USER_ID}`;
0 commit comments