diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-12-11 23:52:19 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-01-16 22:30:02 +0100 |
commit | a9f21036e43ffe4eeda2ae51b86e563c14509225 (patch) | |
tree | cd69e131ff2c8301ab3245c7cdde14bbd012b6b8 /doc/guix.texi | |
parent | 6942161b44344a20435824c4816404a03da158f6 (diff) |
services: rottlog: Deprecate.
* gnu/services/admin.scm (rottlog-service-type): Deprecate.
* doc/guix.texi (Log Rotation): Add deprecation warning.
Change-Id: I661666ff3de64a69ff4f4982d7f432fd575c36df
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 16a9e5a3336..66faaee1dc9 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -20953,6 +20953,13 @@ An alternative log rotation service relying on GNU@tie{}Rot[t]log, a log rotation tool (@pxref{Top,,, rottlog, GNU Rot[t]log Manual}), is also provided. +@quotation Warning +The Rottlog service presented here is deprecated in favor of +@code{log-rotation-service-type} (see above). The +@code{rottlog-service-type} variable and related tools will be removed +after 2025-06-15. +@end quotation + The example below shows how to extend it with an additional @dfn{rotation}, should you need to do that (usually, services that produce log files already take care of that): |