grkamil / laravel-telegram-logging

Send logs to Telegram chat via Telegram bot
MIT License
147 stars 33 forks source link

Template issues in Laravel 11 #42

Closed erikgyepes closed 1 day ago

erikgyepes commented 4 months ago

I'm migrating my app to Laravel 11 and have issue with templates. I use the minimal template where I only display the message ie. {{ formatted }}, but for some reason the app name with the log type is also sent as a message to Telegram. Any ideas what could be the issue? Seems like the published template is not being used.

erikgyepes commented 4 months ago

OK for some reason it just started working when I added random text to the template and then removed it.