atualizacao
This commit is contained in:
@@ -51,6 +51,12 @@ return [
|
||||
*/
|
||||
|
||||
'channels' => [
|
||||
'sentry_logs' => [
|
||||
'driver' => 'sentry_logs',
|
||||
// The minimum logging level at which this handler will be triggered
|
||||
// Available levels: debug, info, notice, warning, error, critical, alert, emergency
|
||||
'level' => env('LOG_LEVEL', 'info'), // defaults to `debug` if not set
|
||||
],
|
||||
|
||||
'stack' => [
|
||||
'driver' => 'stack',
|
||||
@@ -89,7 +95,7 @@ return [
|
||||
'handler_with' => [
|
||||
'host' => env('PAPERTRAIL_URL'),
|
||||
'port' => env('PAPERTRAIL_PORT'),
|
||||
'connectionString' => 'tls://'.env('PAPERTRAIL_URL').':'.env('PAPERTRAIL_PORT'),
|
||||
'connectionString' => 'tls://' . env('PAPERTRAIL_URL') . ':' . env('PAPERTRAIL_PORT'),
|
||||
],
|
||||
'processors' => [PsrLogMessageProcessor::class],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user