Logviz is a tool to visualize requests made to LaTiS servers on a timeline.
To run in development mode:
runDev
To run in production mode (with optimized JS):
runProd
Then point your browser to http://localhost:8080.
Prepending a tilde (~) to the commands above will restart the service automatically when you make a change.
To stop a running service:
reStop