docs
docs copied to clipboard
Where are the error logs?
I've cobbled together an Ubuntu 22.04 install of Pixelfed however I'm getting a "something is wrong" message when I click on a lot of things in Admin.
Where does Pixelfed dump out its error logs as I'm 99.9% sure its a permissions issue.
On the application level
tail -f storage/logs/laravel.log
But because its using php-fpm there can be also
Note: I am running php 8.1 so for other version can be different.
tail -f /var/log/php8.1-fpm.log
And on nginx level:
tail -f /var/log/nginx/error.log