[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#30649: Cuirass service does not rotate its logs
From: |
Ludovic Courtès |
Subject: |
bug#30649: Cuirass service does not rotate its logs |
Date: |
Fri, 02 Mar 2018 00:47:55 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Andreas Enge <address@hidden> 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’.