1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-24 01:51:51 +02:00

services: cuirass: Also rotate the web log.

* gnu/services/cuirass.scm (cuirass-log-rotations): Add the web log to the
list of rotated files.
This commit is contained in:
Maxim Cournoyer
2022-02-17 10:11:48 -05:00
parent 9c15252060
commit 12566aabe7
+2 -1
View File
@@ -302,7 +302,8 @@
(define (cuirass-log-rotations config)
"Return the list of log rotations that corresponds to CONFIG."
(list (log-rotation
(files (list (cuirass-configuration-log-file config)))
(files (list (cuirass-configuration-log-file config)
(cuirass-configuration-web-log-file config)))
(frequency 'weekly)
(options '("rotate 40"))))) ;worth keeping