Re: [mod-security-users] Rotating Concurrent Log Files
Brought to you by:
victorhora,
zimmerletw
|
From: Chuck N. <chu...@gm...> - 2020-10-05 18:07:27
|
It's starting to make sense to me now that I've read the replies. I did see that you could use * in logrotate but wasn't sure what to do with the leftover directories. I can just have a cron job delete them like Homesh recommended. I originally had set up a cron job to gzip the entire day's directory and have logrotate operate on that every so often. Thanks for the help! Chuck On Mon, Oct 5, 2020 at 1:48 PM Robert Paprocki < rpa...@fe...> wrote: > 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 > _______________________________________________ > mod-security-users mailing list > mod...@li... > https://lists.sourceforge.net/lists/listinfo/mod-security-users > Commercial ModSecurity Rules and Support from Trustwave's SpiderLabs: > http://www.modsecurity.org/projects/commercial/rules/ > http://www.modsecurity.org/projects/commercial/support/ > |