You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figured out that debug level generates about 20Mb logs daily which is a lot...
So I defined logrotation for module, please check my 3 pull requests (tested, working)
The text was updated successfully, but these errors were encountered:
Apologies for a long delay on replying here - can you make the logrotate an optional feature?
e.g. I notice that the postrotate command is /sbin/service which is classically CentOS/RHEL6 - I'm trying to keep the module open for CentOS/RHEL7 as well as Debian / Ubuntu.
gdhbashton, of course! I wrote it as an option in first place:
$logrotate_on should be "true" to turn it on. And by default it's "false".
About service/systemctl command you are right. I defined case for SysV/Systemd for Centos/Rhel/Scientific/Oracle 6,7 and Amazon Linux.
I tested it on Centos 6/7 and Amazon, I just don't have any other OSs in our environment. Changes in pull request applied.
Hi gdhbashton,
I figured out that debug level generates about 20Mb logs daily which is a lot...
So I defined logrotation for module, please check my 3 pull requests (tested, working)
The text was updated successfully, but these errors were encountered: