Where are logs located?

后端 未结 3 561
广开言路
广开言路 2020-12-10 00:53

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

3条回答
  •  余生分开走
    2020-12-10 01:11

    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.

提交回复
热议问题