rottlog create a /.lastweek file

  • Open
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Maxim Cournoyer
Owner
unassigned
Submitted by
宋文武
Severity
normal

Debbugs page

宋文武 wrote 3 years ago
(address . bug-guix@gnu.org)
87pmgyuvp6.fsf@envs.net
Our rottlog has an empty STATDIR, it will create a /.lastweek file when
running. Normally it should use /var/lib/rottlog/.lastweek.
Maxim Cournoyer wrote 3 years ago
(name . 宋文武)(address . iyzsong@envs.net)(address . 57268@debbugs.gnu.org)
87lerkhta6.fsf@gmail.com
Hi,

宋文武 <iyzsong@envs.net> writes:

Toggle quote (3 lines)
> Our rottlog has an empty STATDIR, it will create a /.lastweek file when
> running. Normally it should use /var/lib/rottlog/.lastweek.

I've noticed a couple other odd things with rottlog as well:

* the first rotated log has a .gz file extension; later rotated files
have no extension, just a number.

* there doesn't seem to be a limit to the number of rotated logs kept,
here's a sample from my /var/log/

guix-daemon.log.117 guix-publish.log.84 guix-daemon.log.99

Thanks,

Maxim
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 57268@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 57268
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help