I am trying to troubleshoot some cronjob problems I am having so I wanted to start logging them.
* * * * * wget https://www.example.com/dosomething.php >> /var/log/myjob.log 2>&1
When I view my log file I am getting some No space left of device errors yet the cronjob runs successfully.
I checked my df and df -i to check my storage and inodes and I have plenty of storage.
What is causing this particular No space left on device error when it's logged?
--2022-12-09 19:32:08-- https://www.example.com/dosomething.php
Resolving www.example.com (www.example.com)... x.x.x.x
Connecting to www.example.com (www.example.com)|x.x.x.x|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 0 [text/html]
dosomething.php.962181: No space left on device
Cannot write to 'dosomething.php.962181' (Success).