mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Merge branch 'dillon/34.4-jenkins-vapor' into vapor/development
This commit is contained in:
@@ -25,7 +25,7 @@ class CloudWatchLoggerFactory
|
||||
$client = new CloudWatchLogsClient($sdkParams);
|
||||
|
||||
// Log group name, will be created if none
|
||||
$groupName = $config["groupNamePrefix"] . '-' . $config["groupNameSuffix"];
|
||||
$groupName = $config["groupNamePrefix"] . '-' . env('VAPOR_ENV');
|
||||
|
||||
// Log stream name, will be created if none
|
||||
// $streamName = config('app.hostname');
|
||||
|
||||
@@ -76,7 +76,6 @@ return [
|
||||
'retention' => 3, //cief todo: to be updated
|
||||
'level' => 'debug',
|
||||
'groupNamePrefix' => env('CLOUDWATCH_LOGGROUP_PREFIX'),
|
||||
'groupNameSuffix' => env('CLOUDWATCH_LOGGROUP_SUFFIX'),
|
||||
],
|
||||
|
||||
'slack' => [
|
||||
|
||||
Reference in New Issue
Block a user