structlog-ui/README.md

425 B

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 a structlog-embark.json file
    • run node log_script.js which will generate a logs.json file

copy logs.json file to src/logs/

yarn start