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

Rename --verbose-log-level to --terminal-log-level #309

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

Conversation

wbclark
Copy link
Contributor

@wbclark wbclark commented Nov 13, 2020

The name --verbose-log-level is ambiguous. The user could interpret this to mean that they are making logs more verbose, rather than terminal output, and may not realize it does nothing if they don't also pass --verbose true.

This PR aims to make this easier to understand by renaming it to --terminal-log-level to indicate it refers to the log level of terminal output. (--stdout-log-level may be a better name... I am open to suggestions).

The old --verbose-log-level option still exists and still functions, but it no longer has a default and now also prints a deprecation notice to stderr.

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

Successfully merging this pull request may close these issues.

2 participants