I\'m debugging a JSON endpoint and need to view internal server errors. However, my app/storage/logs dir is empty and it seems there are no other directories de
app/storage/logs
You should be checking the root directory and not the app directory.
Look in $ROOT/storage/laravel.log not app/storage/laravel.log, where root is the top directory of the project.
$ROOT/storage/laravel.log
app/storage/laravel.log