Rundeck Log still created in localhost altought migrate to S3 storage
Hi,
i have installed rundeck in ec2 instance and want to move every project-job log into S3 storage. i use Rundeck S3 Log plugin to implement this, but i just wonder why the job log still created twice both in localhost (var/lib/rundeck/logs) and in S3 storage, instead it should only be in S3 storage bucket
the logs are first written to local storage, then uploaded to s3. after that they can be removed from local storage if you want, but rundeck does not automatically remove them (currently)
if that is desired can you file an issue on the rundeck project?
Going back to this it certainly seems advantageous to maintain the log on the local machine for debugging purposes.