On Thu, Mar 01, 2018 at 05:35:54PM +0100, Ludovic Courtès wrote: > The cuirass service in GuixSD explicitly extends rottlog so that this > file is rotated on a weekly basis. Perhaps you just need to wait a > little longer?
The problem is not that the file grows too large. The problem was that after rebooting the server, the file was *replaced* with newly written content. Maybe the problem is not rotation, but opening a file in "write" instead of "append" mode... Andreas
