WIP/Experimental UI for viewing & exploring structured json logs
Go to file
Iuri Matias eca04c8aed update readme 2019-11-12 16:38:02 -05:00
public poc 2019-11-02 09:50:15 -04:00
src fix for action run 2019-11-12 16:35:11 -05:00
.gitignore move components 2019-11-06 16:15:25 -05:00
README.md update readme 2019-11-12 16:38:02 -05:00
log_script.js change logscript input filename 2019-11-12 16:34:50 -05:00
package.json add mappings to better identify what objects individual logs correpond to 2019-11-07 13:47:39 -05:00
yarn.lock add mappings to better identify what objects individual logs correpond to 2019-11-07 13:47:39 -05:00

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 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