Use the new logging API for the history keeper

This commit is contained in:
yflory
2019-04-17 15:28:29 +02:00
parent 338b40face
commit e0665cb190
2 changed files with 30 additions and 18 deletions

View File

@@ -283,7 +283,8 @@ var nt = nThen(function (w) {
var hkConfig = {
tasks: config.tasks,
rpc: rpc,
store: config.store
store: config.store,
log: log
};
historyKeeper = HK.create(hkConfig);
}).nThen(function () {