mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-03 19:43:04 +08:00
Fix cloudwatch config
This commit is contained in:
parent
4ce68e3dd4
commit
600245ebcb
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ function getLogStreams(name, env) {
|
|||
|
||||
const cloudwatchStream = {
|
||||
stream: createCWStream({
|
||||
logGroup: `k2-${env}`,
|
||||
logStream: `${name}-${env}`,
|
||||
logGroupName: `k2-${env}`,
|
||||
logStreamName: `${name}-${env}`,
|
||||
cloudWatchLogsOptions: {
|
||||
region: 'us-east-1',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue