#Laravel not catching exceptions into the log files (only 500 error is returned))

1 messages · Page 1 of 1 (latest)

atomic abyss
#

The logging is enabled and set to file. If i manually Log::debug for example - it get written in the laravel.log file without any issues. Any1 had this kind of issue ?

lament eagle
#

perhaps permission issues?

atomic abyss
#

But the Log::debug writes to the log file just fine

lament eagle
#

misread your message woops

#

how did you notice the errors are not listed there?

atomic abyss
#

I mean i just hit the 500 error on my website due to some error (the error is visible if i enable APP_DEBUG) and this error is not logged into the laravel.log file