diff --git a/configs/logrotate/pingu b/configs/logrotate/pingu new file mode 100644 index 0000000..cadb2a8 --- /dev/null +++ b/configs/logrotate/pingu @@ -0,0 +1,8 @@ +/opt/pingu/logs/*.log { + weekly + rotate 4 + compress + missingok + notifempty + copytruncate +} \ No newline at end of file