doc: Update the default list of files rotated by rottlog.
* doc/guix.texi (Log Rotation): Add "/var/log/debug" and "/var/log/maillog" to the default value of %rotated-files.
This commit is contained in:
parent
aa0f683462
commit
f91c843449
|
@ -12626,7 +12626,8 @@ a couple of other files.
|
||||||
|
|
||||||
@defvr {Scheme Variable} %rotated-files
|
@defvr {Scheme Variable} %rotated-files
|
||||||
The list of syslog-controlled files to be rotated. By default it is:
|
The list of syslog-controlled files to be rotated. By default it is:
|
||||||
@code{'("/var/log/messages" "/var/log/secure")}.
|
@code{'("/var/log/messages" "/var/log/secure" "/var/log/debug" \
|
||||||
|
"/var/log/maillog")}.
|
||||||
@end defvr
|
@end defvr
|
||||||
|
|
||||||
@node Networking Services
|
@node Networking Services
|
||||||
|
|
Loading…
Reference in New Issue