prefix all the debugger namespaces

This commit is contained in:
2016-05-05 11:41:57 -07:00
parent 1f053cbb6b
commit f5bf40cf71
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ import logger from './helpers/logger';
import { jobStatuses } from './helpers/constants';
import createIndex from './helpers/create_index';
const debug = logger('job');
const debug = logger('esqueue:job');
const puid = new Puid();
export default class Job extends events.EventEmitter {