guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: services: rottlog: Add /var/log/mcron.log to '%default-rotations'


From: guix-commits
Subject: 03/03: services: rottlog: Add /var/log/mcron.log to '%default-rotations'.
Date: Mon, 29 Mar 2021 17:34:20 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 3104a743f9b26ae0c41bcd2cbdc82588a5311be1
Author: Ludovic Courtès <ludo@gnu.org>
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 <leo@famulari.name>.
    
    * 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 <janneke@gnu.org>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès 
<ludo@gnu.org>
 ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
 ;;;
 ;;; 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

[Prev in Thread] Current Thread [Next in Thread]