JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.91k stars 386 forks source link

Allow the command line verbose option to override the configuration file #182

Open jmaslibre opened 4 years ago

jmaslibre commented 4 years ago

Since the default configuration file has json_output set to true ( siegerc.in ) and the json_output monopolizes stdout, superceding verbose, ( init.c ) this change allows the user to activate the verbose mode using the command line parameter even when json_output is set to true in the configuration file.

resolves #179