Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jmaslibre
Copy link
Contributor

@jmaslibre jmaslibre commented Aug 9, 2020

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

Since the default configuration file has json_output set to true and
the json_output monopolizes stdout, superceding verbose, 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.
@jmaslibre jmaslibre mentioned this pull request Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No verbose on centos 7
1 participant