1.0.0 • Published 4 months ago
@solothought/float v1.0.0
Float (Flowgger LOgs Analysis Terminal)
Float helps you to analyze and visualize logs written by Flowgger library.
$ npm i -g @solothought/float
- first coloum shows the execution time of flow and each step
- All the steps which are not executed are greyed out.
- You must define the template of your log data, path of flow file, and flow log data
Use
grep FLOW flowgger.log | grep "Flow Name" | head -1 | fla -d flows -t templates/task_template.txt
1.0.0
4 months ago