I have a cronjob setup and running, but the logfile keeps getting overwritten every time it runs. I would like for the wget output to be appended each time the cron runs.
Why is this and how do I fix it?
0 0 * * * wget url/script.php -O - >> /home/user/app/logs/logfile