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

Drop verbose in a future release #240

Closed
gjtorikian opened this issue Sep 3, 2015 · 2 comments
Closed

Drop verbose in a future release #240

gjtorikian opened this issue Sep 3, 2015 · 2 comments

Comments

@gjtorikian
Copy link
Owner

The way it's implemented right now is dumb:

log_level = verbose ? :debug : :info

Proofer can now only log in :debug or :info. Instead the user should be able to dictate the logging level. If no level is given, stick to :info. Otherwise, take what you're asked.

@fulldecent
Copy link
Collaborator

TL;DR:

Replace

htmlproof --verbose

with

htmlproof --verbosity=debug

Other options are :debug :info :warn :error :fatal

@gjtorikian
Copy link
Owner Author

Closed by HTMLProofer 3.0: https://github.com/gjtorikian/html-proofer/releases/tag/v3.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants