added comment about verbosity of monkeysphere-ssh-proxycommand
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 18 Aug 2008 02:50:57 +0000 (22:50 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 18 Aug 2008 02:50:57 +0000 (22:50 -0400)
website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn

index 965f198dbfed0109d96d2813a5cd4a83c75fb4b4..028c8f9dd98a4906f3520cc84ef4b60e28418419 100644 (file)
@@ -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