diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-17 22:50:57 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-17 22:50:57 -0400 |
commit | b3e1bb92aa62bf312c02c2ad02b84c1795f04630 (patch) | |
tree | d302ee9167eb6e443f3d3839658006a89b52e80a /website/bugs | |
parent | 60c5bfae244d5bf7da9efa195d487ee4b884fcf1 (diff) |
added comment about verbosity of monkeysphere-ssh-proxycommand
Diffstat (limited to 'website/bugs')
-rw-r--r-- | website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn b/website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn index 965f198..028c8f9 100644 --- a/website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn +++ b/website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn @@ -20,3 +20,15 @@ at least, would be for silent output to be the default and have a -v/--verbose option to get the output. Or - maybe these should be environmental variables? In any event - someway to suppress informational output would be a useful improvement. + +------ + +I'd be fine with silent mode as a default, with a more verbose mode +accessible to the user who desires it. + +I'd prefer an environment variable (e.g. `MONKEYSPHERE_VERBOSE` or +`MONKEYSPHERE_DEBUG`) over a command-line (e.g. `--verbose`) option, +personally. It's more in keeping with the model we've used in general +so far. + +--dkg |