diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2018-03-22 11:18:26 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2018-03-22 11:43:29 +0100 |
| commit | 7fe1432a2ec2b8a7dfbfe882044dadadccd2e2c8 (patch) | |
| tree | f2edda16163d27c7f10d13f2b5707775445d0df2 /gnu/services/admin.scm | |
| parent | 4d7c5f6d7e50f9a675b0f9fec39a7a4ac00421f9 (diff) | |
services: rottlog: Add /var/log/debug to '%default-rotations'.
* gnu/services/admin.scm (%rotated-files): Add "/var/log/debug".
Diffstat (limited to 'gnu/services/admin.scm')
| -rw-r--r-- | gnu/services/admin.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/services/admin.scm b/gnu/services/admin.scm index 64d7ae723cc..95d055f83d5 100644 --- a/gnu/services/admin.scm +++ b/gnu/services/admin.scm | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org> | 2 | ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org> |
| 3 | ;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org> | 3 | ;;; Copyright © 2016, 2017, 2018 Ludovic Courtès <ludo@gnu.org> |
| 4 | ;;; | 4 | ;;; |
| 5 | ;;; This file is part of GNU Guix. | 5 | ;;; This file is part of GNU Guix. |
| 6 | ;;; | 6 | ;;; |
| @@ -92,7 +92,8 @@ | |||
| 92 | 92 | ||
| 93 | (define %rotated-files | 93 | (define %rotated-files |
| 94 | ;; Syslog files subject to rotation. | 94 | ;; Syslog files subject to rotation. |
| 95 | '("/var/log/messages" "/var/log/secure" "/var/log/maillog")) | 95 | '("/var/log/messages" "/var/log/secure" "/var/log/debug" |
| 96 | "/var/log/maillog")) | ||
| 96 | 97 | ||
| 97 | (define %default-rotations | 98 | (define %default-rotations |
| 98 | (list (log-rotation ;syslog files | 99 | (list (log-rotation ;syslog files |
