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

Verbosity argument for Q() and friends? #111

Closed
wlandau opened this issue Jan 11, 2019 · 2 comments
Closed

Verbosity argument for Q() and friends? #111

wlandau opened this issue Jan 11, 2019 · 2 comments

Comments

@wlandau
Copy link
Contributor

wlandau commented Jan 11, 2019

Might be convenient for suppressing worker startup and shutdown messages (example).

@mschubert
Copy link
Owner

mschubert commented Jan 16, 2019

Do you have a use case that can not be solved by wrapping your call to Q(...) in suppressMessages?

@wlandau
Copy link
Contributor Author

wlandau commented Jan 16, 2019

drake has a verbosity argument that controls most of its messages. Sometimes we want messages, sometimes not. It would be slightly cleaner to pass the verbosity to Q() than to add conditional logic. Other packages with clustermq as a backend may run into similar situations.

@mschubert mschubert added this to the v0.9.0 milestone May 3, 2019
@mschubert mschubert removed this from the v0.9.0 milestone Jun 3, 2019
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