Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    The logs are rotated with a date extension rather than with a sequential numerical .1, .2 (etc.) suffix. This is achieved with the dateext option in the shown configuration (together with dateformat which sets the format of the extension). The actual logfile is called sample.log and the list of names that they show are the already rotated logs. Commented Feb 8, 2024 at 17:39
  • Yes @Kusalananda I see that. The glob pattern I provided is not invalid, I included a wild card which would result in matching all the rotated logs. Commented Feb 13, 2024 at 10:37