summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2019-09-01 00:31:20 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2019-09-01 18:47:03 +0900
commitf91c843449b9b91290dae43632aa78c6f5ec02ce (patch)
tree3990f3983af7826373956ee1f1db2d2301208108 /doc
parentaa0f683462fd66630c0731f09275e14c9dfe0118 (diff)
downloadpatches-f91c843449b9b91290dae43632aa78c6f5ec02ce.tar
patches-f91c843449b9b91290dae43632aa78c6f5ec02ce.tar.gz
doc: Update the default list of files rotated by rottlog.
* doc/guix.texi (Log Rotation): Add "/var/log/debug" and "/var/log/maillog" to the default value of %rotated-files.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 54c7ea739e..d46dbc8394 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -12626,7 +12626,8 @@ a couple of other files.
@defvr {Scheme Variable} %rotated-files
The list of syslog-controlled files to be rotated. By default it is:
-@code{'("/var/log/messages" "/var/log/secure")}.
+@code{'("/var/log/messages" "/var/log/secure" "/var/log/debug" \
+"/var/log/maillog")}.
@end defvr
@node Networking Services