gforcada / haproxy_log_analysis

HAProxy log analyzer
https://pypi.org/project/haproxy_log_analysis
GNU General Public License v3.0
89 stars 35 forks source link

Allow to remove superfluous output #39

Open gforcada opened 4 years ago

gforcada commented 4 years ago

While developing/debugging, it is useful to see the progress and how much time it took to process the file, but while using the tool it gets a bit on the way, specially if one wants to use the print command (together with the time filters) to filter the file and store that in another file for later (and faster) processing.

Adding a flag to control the output would be great.