From f91c843449b9b91290dae43632aa78c6f5ec02ce Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Date: Sun, 1 Sep 2019 00:31:20 +0900
Subject: [PATCH] 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.
---
 doc/guix.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 54c7ea739ea..d46dbc8394c 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
-- 
GitLab