Re: [mod-security-users] Rotating Concurrent Log Files
Brought to you by:
victorhora,
zimmerletw
|
From: Robert P. <rpa...@fe...> - 2020-10-05 17:45:44
|
Hi Chuck, On Mon, Oct 5, 2020 at 7:34 AM Chuck Nemeth <chu...@gm...> wrote: > > logrotate does not operate on directories, it only works on files (but I > haven't tested to verify). Since the directories are nested when using > Concurrent logging, I wasn't sure if logrotate would be able to rotate > the whole directory or if there was a recommended approach > You can configure logrotate to use glob matching to match all files in a directory. See https://unix.stackexchange.com/a/83859 |