diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-11-18 00:48:47 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-11-18 00:48:47 -0500 |
commit | b8a60a2c3c6e66513c1e4b83b65a2f808c882843 (patch) | |
tree | 14b97a4760279f9d568ab01ba975796c7ec3a8e2 /website/bugs | |
parent | 505ee50a409014b55afea3b04c097d976e8b3766 (diff) |
further commentary on proxy_command logging.
Diffstat (limited to 'website/bugs')
-rw-r--r-- | website/bugs/useful_information.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/website/bugs/useful_information.mdwn b/website/bugs/useful_information.mdwn index dd0077a..025d678 100644 --- a/website/bugs/useful_information.mdwn +++ b/website/bugs/useful_information.mdwn @@ -38,3 +38,13 @@ In general, more verbose log levels *do* tell the user what the monkeysphere is doing. Moving to DEBUG log level will tell you pretty much everything that happens. I do *not* think that this should be the default log level, though. + +------ + +I wouldn't want to see an extremely verbose default log level. But i +do think that saying something like "key blah blah blah was stripped +from your known\_hosts file because it was expired" (for example) +would be useful. I think this case would occur infrequently enough +that it is worth reporting in the UI at the regular log level. + + --dkg |