mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-27 08:24:14 +00:00
Laravel Vapor - Update custom logs retention period (sync code from Exchange)
This commit is contained in:
+1
-1
@@ -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'),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user