I have a log inside one of Laravel Jobs that I've already removed a few days ago. Today I checked and the log is still showing even though it's no longer in the code. I checked manually and it is indeed gone from the server file. So I'm wondering why this is happening and does this mean every time I do an update I have to do the ff:
php artisan cache:clear
php artisan config:clear
php artisan route:clear
php artisan view:clear
Is Laravel doing this or could be a server cache?
If it is server cache where can I find the config for it?
We're using Ubuntu 20.04.5 LTS
and nginx
PHP v8.0
Laravel v9.37.0