From 21830c9eb092e972a7ca898a7c626e184a4cfe67 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Fri, 29 Apr 2016 16:44:18 -0700 Subject: [PATCH] add job add debugging --- src/job.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/job.js b/src/job.js index a452919..aa328b5 100644 --- a/src/job.js +++ b/src/job.js @@ -28,6 +28,7 @@ export default class Job extends events.EventEmitter { this.ready = createIndex(client, index) .then(() => { + this.debug(`Adding job to index ${this.index}`); return this.client.index({ index: this.index, type: this.type,