You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Might be convenient for suppressing worker startup and shutdown messages (example).
The text was updated successfully, but these errors were encountered: