Preserve logs across GWCelery restarts
Automatically preserve logs across GWCelery restarts so that we don't have to remember to do it if we need to restart the pipeline and debug something later.
The traditional tool to manage historical log files is logrotate. We could run logrotate as a user cron job, or we could have gwcelery condor submit
call logrotate.
Or we could do something else entirely.