Andreas Enge <[email protected]> skribis: > 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...
Oh indeed, that’s a different thing. This is fixed by Shepherd commit 7b4c88bac70f0bad82ef70fd5b682a49bc227478, thanks! Ludo’.
