Laravel Vapor - Debug Endpoint request timed out

This commit is contained in:
Dillon Ngo
2024-05-21 10:20:56 +08:00
parent f779e563a6
commit a4d98aa31a
+17 -17
View File
@@ -168,23 +168,23 @@ return [
'level' => 'info',
],
// 'perfex_crm_vapor' => [
// 'driver' => 'custom',
// 'via' => \App\Logging\CloudWatchLoggerFactory::class,
// 'formatter' => Monolog\Formatter\JsonFormatter::class,
// 'cloudwatch_stream_name' => 'perfex_crm_vapor',
// 'sdk' => [
// 'region' => env('AWS_MY_REGION'),
// 'version' => 'latest',
// 'credentials' => [
// 'key' => env('AWS_CW_ACCESS'),
// 'secret' => env('AWS_CW_SECRET')
// ]
// ],
// 'retention' => 3, //cief todo: retention to be updated
// 'level' => 'debug',
// 'groupNamePrefix' => env('CLOUDWATCH_LOGGROUP_PREFIX'),
// ],
'perfex_crm_vapor' => [
'driver' => 'custom',
'via' => \App\Logging\CloudWatchLoggerFactory::class,
'formatter' => Monolog\Formatter\JsonFormatter::class,
'cloudwatch_stream_name' => 'perfex_crm_vapor',
'sdk' => [
'region' => env('AWS_MY_REGION'),
'version' => 'latest',
'credentials' => [
'key' => env('AWS_CW_ACCESS'),
'secret' => env('AWS_CW_SECRET')
]
],
'retention' => 3, //cief todo: retention to be updated
'level' => 'debug',
'groupNamePrefix' => env('CLOUDWATCH_LOGGROUP_PREFIX'),
],
],
];