How to disable logging for Filament Notifications
Is there a way to disable the filament notifications logging?
I'm using them via admin panel
13 Replies
That looks like broadcasting is configured to use the
log
drivernot sure if this helps, but this is a part of my .env:
It'll be the
BROADCAST_CONNECTION
keyoh i see, yeah
BROADCAST_CONNECTION=log
im gonna try to put database
There's no database driver, you'd need either Reverb, Pusher or Ably
https://laravel.com/docs/11.x/broadcasting#supported-drivers
bruh, okay hmmm. thanks 🤔
so is no way to keep it on log but somehow do not log it 😅
i know seems that doesnt make sense, but is basically cuz i dont want my rollbar to be filled with this logs
not sure if u know what i mean
Can you change Rollbar to only show logs above the "info" level?
if u r asking it to me, idk, else, im gonna check it out now
oh okay, wait, u mean "show"
i dont want them
cuz i have a limit of rollbar items per month
if i hide them, they still there and the count increases anyways
I'm not familiar with Rollbar, but can you configure the log driver for it to not send info logs in the first place?
googling how to do it now. let see if i get it
okay i think i have to change this
'level' => 'debug',
to this:
'level' => 'warning',
not sure but im testing it nowNot sure but can’t your configure the log channel?
yeah, this is what im doing now:
Yeah, if it uses Monolog that will work.