Open nikhilk opened 7 years ago
The long lines written to stderr by gcloud (e.g. "Created [https://www.googleapis.com/compute/v1/projects/..."), don't seem to be something we can feasibly silence. Those get printed regardless of verbosity, and if we just redirect all of stderr, then there is a risk that we will silence a message from gcloud that actually needs to be printed.
However, I have been able to silence most everything else.
I'm going to combine this with the fix for #1201
I wasn't referring to the lines produced by gcloud, which ideally should go away. I was referring to lines we write. For example, this one is slightly over:
The connection to Datalab is now open and will remain until this command is killed.
Lets put this in the post-release cleanup category... its clearly a nice-to-have right now.
Current output:
(Ignoring the SSH bit) A few things for cleanup:
Keeping SSH stuff, we should have a message that says something like "The connection to Datalab uses SSH to connect to the VM" to setup some context.