diff options
author | Roger Dingledine <arma@torproject.org> | 2006-01-05 10:36:40 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-01-05 10:36:40 +0000 |
commit | 54f72cd8128dbe17c46e353a82c7c6257b2725b4 (patch) | |
tree | 0aa4cddf52dcfbb0e8d43ac7df6b8fcb223e5921 /doc/tor.1.in | |
parent | ffeebd99fa209cc992ab8d3d3717a24923da4a91 (diff) | |
download | tor-54f72cd8128dbe17c46e353a82c7c6257b2725b4.tar.gz tor-54f72cd8128dbe17c46e353a82c7c6257b2725b4.zip |
mention a recommended log level in the man page
svn:r5730
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index c8b847438a..f5c3d6f953 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -139,7 +139,9 @@ seconds of idleness. (Default: 5 minutes) Send all messages between \fIminSeverity\fR and \fImaxSeverity\fR to the standard output stream, the standard error stream, or to the system log. (The "syslog" value is only supported on Unix.) Recognized -severity levels are debug, info, notice, warn, and err. If only one +severity levels are debug, info, notice, warn, and err. We advise using +"notice" in most cases, since anything more verbose may provide sensitive +information to an attacker who obtains the logs. If only one severity level is given, all messages of that level or higher will be sent to the listed destination. .LP |