As I understand laravel telescope will read my logs files that are stored in: storage/logs and show it inside laravel telescope's logs section..
But still when I try to see the logs, it always shows me an empty entries, even though I have some logs files in the storage..
How can I see the logs in storage/logs in laravel telescope?
No, telescope does not directly read your logs.
I've viewed the LogWatcher class and it turns that any logging event that includes an exception will get ignored. These are stored separately in the exceptions section within telescope. Only logs added via the Log facade will be shown in the log section.
If you'd like to have exceptions shown, then you must define your own LogWatcher.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With