Hi there, This feature addresses the need for log file management in production environments where: - Log files can grow unbounded without rotation https://github.com/quickfixgo/quickfix/issues/489 - Disk space management is critical - Historical log retention policies are required - Compliance requires log file archival Here is my PR for the change I proposed, I’d appreciate a review when convenient.? https://github.com/quickfixgo/quickfix/pull/745
Hi there,
This feature addresses the need for log file management in production environments where:
Here is my PR for the change I proposed, I’d appreciate a review when convenient.?
#745