sentry logs
This commit is contained in:
parent
9da40446e6
commit
afb52a52f8
|
|
@ -150,6 +150,11 @@ return [
|
|||
'processors' => [PsrLogMessageProcessor::class],
|
||||
],
|
||||
|
||||
'sentry_logs' => [
|
||||
'driver' => 'sentry_logs',
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue