summaryrefslogtreecommitdiff
path: root/sftp-server.8
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-03-31 11:34:21 +0100
committerColin Watson <cjwatson@debian.org>2010-03-31 11:34:21 +0100
commit21653cc01f15857ec36fc5ec24aecf1d39c2855f (patch)
tree37140a381e866f78560ed021bd32b58e7d285cb6 /sftp-server.8
parent69456e98a770b7e946b416e5a41ec6288a31e22f (diff)
Drop most of our "LogLevel SILENT" (-qq) patch. This was originally
introduced to match the behaviour of non-free SSH, in which -q does not suppress fatal errors, but matching the behaviour of OpenSSH upstream is much more important nowadays. We no longer document that -q does not suppress fatal errors (closes: #280609). Migrate "LogLevel SILENT" to "LogLevel QUIET" in sshd_config on upgrade.
Diffstat (limited to 'sftp-server.8')
-rw-r--r--sftp-server.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sftp-server.8 b/sftp-server.8
index 69ad8beb1..bb19c15e1 100644
--- a/sftp-server.8
+++ b/sftp-server.8
@@ -74,7 +74,7 @@ usage information.
74Specifies which messages will be logged by 74Specifies which messages will be logged by
75.Nm . 75.Nm .
76The possible values are: 76The possible values are:
77SILENT, QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3. 77QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3.
78INFO and VERBOSE log transactions that 78INFO and VERBOSE log transactions that
79.Nm 79.Nm
80performs on behalf of the client. 80performs on behalf of the client.