Laravel Vapor - Update custom logs retention period (sync code from Exchange)

This commit is contained in:
Dillon Ngo
2024-11-05 04:09:08 +08:00
parent d678440032
commit b4bc441a5b
+1 -1
View File
@@ -73,7 +73,7 @@ return [
'secret' => env('AWS_CW_SECRET')
]
],
'retention' => env('APP_ENV') === 'production' ? 90 : 3,
'retention' => env('APP_ENV') === 'production' ? 90 : 14,
'level' => 'debug',
'groupNamePrefix' => env('CLOUDWATCH_LOGGROUP_PREFIX'),
],