Skip to content

Commit 7ab2efc

Browse files
cleptricantonpirker
authored andcommitted
Fix Laravel log driver name (#14049)
1 parent 5f6229c commit 7ab2efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/logs/setup/php.laravel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Optionally, you can set the logging level:
2323
'channels' => [
2424
// ...
2525
'sentry' => [
26-
'driver' => 'sentry',
26+
'driver' => 'sentry_logs',
2727
// The minimum logging level at which this handler will be triggered
2828
// Available levels: debug, info, notice, warning, error, critical, alert, emergency
2929
'level' => env('LOG_LEVEL', 'error'),

0 commit comments

Comments
 (0)