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
{{ message }}
This repository was archived by the owner on Nov 3, 2020. It is now read-only.
For the CLI, the current default log level has dask_ec2 set to DEBUG and paramiko set to WARNING. While keeping the default as is, the addition of the following logging options would be helpful:
--quiet, -q: both dask_ec2 and paramiko have log level of WARNING
--verbose, -v: both dask_ec2 and paramiko have log level of DEBUG
The text was updated successfully, but these errors were encountered:
jbcrail
changed the title
Add CLI verbose/quiet options
CLI verbose/quiet options
Mar 31, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For the CLI, the current default log level has
dask_ec2
set toDEBUG
andparamiko
set toWARNING
. While keeping the default as is, the addition of the following logging options would be helpful:--quiet
,-q
: bothdask_ec2
andparamiko
have log level ofWARNING
--verbose
,-v
: bothdask_ec2
andparamiko
have log level ofDEBUG
The text was updated successfully, but these errors were encountered: