...
Setup
No additional task are necessary for log rotation on OS X.
Rotation Policy
Rotate out the logs when they exceed 100MB in size (the default size in the logrotate.py script).
Configuration
The log rotation on OS X is managed by launchctl/launchd, and the associated .plist files are:
/Library/LaunchDaemons/com.pipelinefx.logrotate.supervisor.
plist plist
/Library/LaunchDaemons/com.pipelinefx.logrotate.worker.plist
/Library/LaunchDaemons/com.pipelinefx.logrotate.worker.plist
Both of these plists call /Applications/pfx/qube/utils/logrotate.py;
see The logrotate.py script
...