update offset debugging info

pull/1/head
ansuz 4 years ago
parent 466881b9e3
commit 93c807524f

@ -230,8 +230,10 @@ const computeIndexFromOffset = function (channelName, offset, cb) {
var diff = new_start - start; var diff = new_start - start;
Env.Log.info('WORKER_OFFSET_UPDATE', { Env.Log.info('WORKER_OFFSET_UPDATE', {
channel: channelName, channel: channelName,
old_start: start, start: start,
new_start: new_start, startMB: start / 1024 / 1024,
update: new_start,
updateMB: new_start / 1024 / 1024,
diff: diff, diff: diff,
diffMB: diff / 1024 / 1024, diffMB: diff / 1024 / 1024,
}); });

Loading…
Cancel
Save