sync fix and more logging

This commit is contained in:
azivner
2017-11-06 19:23:35 -05:00
parent 1c501beea9
commit e1251222cc
3 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
const utils = require('./utils');
const log = require('./log');
module.exports = utils.randomString(16);
const sourceId = utils.randomString(16);
log.info("Using sourceId=" + sourceId);
module.exports = sourceId;