civodul pushed a commit to branch master
in repository guix.

commit 3104a743f9b26ae0c41bcd2cbdc82588a5311be1
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon Mar 29 17:48:52 2021 +0200

    services: rottlog: Add /var/log/mcron.log to '%default-rotations'.
    
    Fixes <https://bugs.gnu.org/47436>.
    Reported by Leo Famulari <[email protected]>.
    
    * gnu/services/admin.scm (%rotated-files): Add "/var/log/mcron.log".
---
 gnu/services/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/services/admin.scm b/gnu/services/admin.scm
index b34b990..763a443 100644
--- a/gnu/services/admin.scm
+++ b/gnu/services/admin.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 Jan Nieuwenhuizen <[email protected]>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <[email protected]>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès 
<[email protected]>
 ;;; Copyright © 2020 Brice Waegeneire <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -80,7 +80,7 @@
 (define %rotated-files
   ;; Syslog files subject to rotation.
   '("/var/log/messages" "/var/log/secure" "/var/log/debug"
-    "/var/log/maillog"))
+    "/var/log/maillog" "/var/log/mcron.log"))
 
 (define %default-rotations
   (list (log-rotation                             ;syslog files

Reply via email to