عندي مشكله في لارافيل للاسف لا يحفظ اي log

عندي مشكله في لارافيل للاسف لا يحفظ اي log

$logFiles = array_filter( scandir(storage_path() . '/logs'), fn($fn) => !str_starts_with($fn,'.') // filter everything that begins with dot );

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 dedicated to logs in the project. I've tried googling the subject to no avail.

How can I enable logging, if it's not already enabled and view the logs?

الإجابات : 2

0

الاجاية الصحيحة هى ان تحذف الكلمة الاخيرة


الاجاية الصحيحة هى ان تحذف الكلمة الاخيرة



0

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 dedicated to logs in th