Skip to content

Commit

Permalink
Merge pull request #91 from Boy132/patch-1
Browse files Browse the repository at this point in the history
Fix troubleshooting logs command
  • Loading branch information
notAreYouScared authored Nov 19, 2024
2 parents d5e65e0 + a3d585b commit 52f94d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import TabItem from '@theme/TabItem';
If you see a `500 | SERVER ERROR` or `An unexpected error was encountered while processing this request` you have to check your panel logs by running the following command.

```sh
tail -n 100 /var/www/pelican/storage/logs/laravel-$(date +%F).log"
tail -n 1000 /var/www/pelican/storage/logs/laravel-$(date +%F).log | grep "\[$(date +%Y)"
```

If the command above doesn't return anything you most likely have wrong permissions for your `storage` folder. So you first need to fix that.
Expand Down

0 comments on commit 52f94d0

Please sign in to comment.