eca04c8aed | ||
---|---|---|
public | ||
src | ||
.gitignore | ||
README.md | ||
log_script.js | ||
package.json | ||
yarn.lock |
README.md
Usage
yarn
mkdir src/logs/
Then two options:
- get a sample log sample can be found here
- generate your own
- run in application with
DEBUGLOGS=true
and this will generate astructlog-embark.json
file - run
node log_script.js
which will generate alogs.json
file
- run in application with
copy logs.json
file to src/logs/
yarn start