Where are logs located?

后端 未结 3 547
广开言路
广开言路 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:23

    In Laravel 6, by default the logs are in:

    storage/logs/laravel.log

提交回复
热议问题