The pg_repack cronjobs all log to the same file and overwrite it when they run, making it difficult to troubleshoot certain jobs. The logs should be appended or each job should have it's own file. Relevant code in `manifests/maintenance/pg_repack.pp`: ``` $logging = "> ${logging_directory}/output.log 2>&1" ```