Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Program dies if verbosity is greater than 3 #171

Closed
chrisvittal opened this issue Sep 10, 2017 · 1 comment
Closed

Program dies if verbosity is greater than 3 #171

chrisvittal opened this issue Sep 10, 2017 · 1 comment
Labels

Comments

@chrisvittal
Copy link
Contributor

Why does -vvvv cause an error rather than still just setting the loglevel to 3? It seems overly strict to me.

@vitiral
Copy link
Owner

vitiral commented Sep 10, 2017

ya, that's probably true. Probably want to just log an error in this case!

@vitiral vitiral added the bug label Sep 10, 2017
chrisvittal added a commit to chrisvittal/artifact that referenced this issue Sep 11, 2017
Instead of a hard error, -vvvv now defaults to a log level of 3. As
get_loglevel can no longer fail, also change it to not return an
Option.

Fixes vitiral#171
vitiral pushed a commit that referenced this issue Sep 13, 2017
Instead of a hard error, -vvvv now defaults to a log level of 3. As
get_loglevel can no longer fail, also change it to not return an
Option.

Fixes #171
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants