diff --git a/config/logging.php b/config/logging.php index 6a61881c..0961ae20 100644 --- a/config/logging.php +++ b/config/logging.php @@ -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'), + ], ], ];