CoffeeITWorks / ansible_burp2_server

Ansible role to deploy burp2 server
MIT License
10 stars 9 forks source link

Render logging of manual delete cron job optional #95

Open ohmer1 opened 1 year ago

ohmer1 commented 1 year ago

I found that the manual_delete cron job is very verbose (something like 8 GB in 24h). I think this logging is not useful. I added a variable to render this logging optional.

ohmer1 commented 1 year ago

Hi,

I found that I had concurrent run of rm running on my server. I added the use of flock utility to avoid that issue.