Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where are the error logs? #99

Open
mightywomble opened this issue Nov 13, 2022 · 1 comment
Open

Where are the error logs? #99

mightywomble opened this issue Nov 13, 2022 · 1 comment

Comments

@mightywomble
Copy link

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.

@mraiur
Copy link

mraiur commented Nov 17, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants