SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root

0 1 * * * /bin/find /var/log/sqlrelay/debug/ -type f -mtime +14 -exec rm -rf {} \;
