marvinlabs/laravel-discord-logger

Logging does not show message content in discord.

Opened this issue · 1 comments

Using Laravel 11

When doing a logging call in tinker like so.

Log::info('Test');

I get an empty message sent to discord.

But if I force an exception I get the file stacktrace sent to discord but still no message.

I am sure I am doing something wrong on my side.

Anyone have any advice to what it could be?

does your problem solved yet, buddy? because the first time I install and follow the instruction, I got nothing to worry about.