guix-commits
[Top][All Lists]
Advanced

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

01/02: services: rottlog: Add /var/log/debug to '%default-rotations'.


From: Ludovic Courtès
Subject: 01/02: services: rottlog: Add /var/log/debug to '%default-rotations'.
Date: Thu, 22 Mar 2018 06:43:38 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7fe1432a2ec2b8a7dfbfe882044dadadccd2e2c8
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 22 11:18:26 2018 +0100

    services: rottlog: Add /var/log/debug to '%default-rotations'.
    
    * gnu/services/admin.scm (%rotated-files): Add "/var/log/debug".
---
 gnu/services/admin.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/services/admin.scm b/gnu/services/admin.scm
index 64d7ae7..95d055f 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 <address@hidden>
-;;; Copyright © 2016, 2017 Ludovic Courtès <address@hidden>
+;;; Copyright © 2016, 2017, 2018 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -92,7 +92,8 @@
 
 (define %rotated-files
   ;; Syslog files subject to rotation.
-  '("/var/log/messages" "/var/log/secure" "/var/log/maillog"))
+  '("/var/log/messages" "/var/log/secure" "/var/log/debug"
+    "/var/log/maillog"))
 
 (define %default-rotations
   (list (log-rotation                             ;syslog files



reply via email to

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