Hi,
I am currently trying to configure my home server and I have finally got
to the log management part. I will probably end up having to use the
rottlog-service-type instead of the log-rotation-service-type (due to
limitations of the latter), however in documentation I see the
following:
--8<---------------cut here---------------start------------->8---
Warning: The Rottlog service presented here is deprecated in favor
of ‘log-rotation-service-type’ (see above). The
‘rottlog-service-type’ variable and related tools will be removed
after 2025-06-15.
--8<---------------cut here---------------end--------------->8---
Since the date is pretty close now, I want to ask whether the removal
can be postponed until there is a feature parity between those two
services? The log-rotation-service-type currently seems quite limited
in comparison to the originally used rottlog.
Tomas
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.