change logscript input filename

This commit is contained in:
Iuri Matias 2019-11-12 16:34:50 -05:00
parent 6001a45b19
commit b35e068ebf
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
const lineByLine = require('n-readlines');
const fs = require('fs-extra');
const liner = new lineByLine('./raw_logs.json');
const liner = new lineByLine('./structlog-embark.json');
let DB = {};
let line;