Closed MikaelSmith closed 6 years ago
Adds log rotation with compression via logrotate. Relies on Puma's support for HUP when using stdout_redirect (as bolt-server does); see https://github.com/puma/puma/blob/v3.12.0/docs/signals.md.
stdout_redirect
Rotates daily, keeping a 30 day record consistent with pxp-agent.
LGTM
Adds log rotation with compression via logrotate. Relies on Puma's support for HUP when using
stdout_redirect
(as bolt-server does); see https://github.com/puma/puma/blob/v3.12.0/docs/signals.md.Rotates daily, keeping a 30 day record consistent with pxp-agent.