myzhan / boomer

A better load generator for locust, written in golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable default consoleOutput

FloMedja opened this issue · comments

I would like to disable the default consoleOutput that print to the standard Output. Is there a way to do it ?

Why do you want to disable it?

I implemented another output to gather the tests metrics. And for my needs the console Output are too verbose in the standard output and sometimes affect the readability of my others logs . I don't really use it so I don't see any reason to keep it :)

OK, it has been removed.

Thanks :) .