So I created a cronjob that looks like this:
*/1 * * * * echo 'hello world' 2>&1 >> ~/logs/test.log
But when I check the ~/logs/test.log
I don't see anything logged. What am I doing wrong? Every resource I found on the internet show a similar solution, including this one