sentry logs

This commit is contained in:
Akaunting 2026-02-16 21:46:03 +00:00 committed by GitHub
parent 9da40446e6
commit afb52a52f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -150,6 +150,11 @@ return [
'processors' => [PsrLogMessageProcessor::class], 'processors' => [PsrLogMessageProcessor::class],
], ],
'sentry_logs' => [
'driver' => 'sentry_logs',
'level' => env('LOG_LEVEL', 'debug'),
],
], ],
]; ];