summaryrefslogtreecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-08-28 12:33:50 +0200
committerLudovic Courtès <ludo@gnu.org>2018-08-28 12:35:02 +0200
commit6772ed1e07d6b8ce557199d91aaa1442c77186c7 (patch)
tree32287ad22515fdd612ae8264f53db97cc37c6f7b /doc/guix.texi
parent1ae29e3f5a1f13b4ddfedd066b2e55556db031ce (diff)
downloadgnu-guix-6772ed1e07d6b8ce557199d91aaa1442c77186c7.tar
gnu-guix-6772ed1e07d6b8ce557199d91aaa1442c77186c7.tar.gz
services: openssh: Add 'log-level' field.
* gnu/services/ssh.scm (<openssh-configuration>)[log-level]: New field. (openssh-config-file): Honor it. * doc/guix.texi (Networking Services): Document it.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 3a3368b78f..cd0e74a2d7 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11782,6 +11782,12 @@ Additional authorized keys can be specified @i{via}
Note that this does @emph{not} interfere with the use of
@file{~/.ssh/authorized_keys}.
+
+@item @code{log-level} (default: @code{'info})
+This is a symbol specifying the logging level: @code{quiet}, @code{fatal},
+@code{error}, @code{info}, @code{verbose}, @code{debug}, etc. See the man
+page for @file{sshd_config} for the full list of level names.
+
@end table
@end deftp