-v doesn't have any effect #156
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ungleich-public/cdist#156
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: 4nd3r
shouldn't
-v
be-vv
instead?Created by: darko-poljak
Written better -v option description in PR https://github.com/ungleich/cdist/pull/515.
Created by: darko-poljak
@4nd3r Take a look at https://github.com/ungleich/cdist/pull/515.
I think we will also extend -v option with additional optional argument that will directly set desired verbosity level.
Created by: darko-poljak
@4nd3r -v was changed to be option that increases a verbosity level by one with each instance.
So, without any -v verbosity (logging) level is set to ERROR. One -v equals to WARNING, two -v equals to INFO, four and above means DEBUG. cdist has few warning loggings and in particular situations so the impression is that there is no effect.
Perhaps we should better explain the option in man page.