Wildfly by default rotates logs daily for us. It however does not delete
logs after so many days. This leads disk filling up and unhappy servers.
We had similar issues with elasticsearch as well. Rather than sort out
how to configure logging to delete old files (if even possible) we just
added a daily cron entry that uses find to delete files more than 2
weeks old. Run a similar find via cron against the wildfly logs.
Change-Id: Ia6f262afd723aca0a4d6d981326880878436d518