Skip to content

Commit

Permalink
DPR2-658: Fix DMS creation errors (#5894)
Browse files Browse the repository at this point in the history
  • Loading branch information
koladeadewuyi-moj authored Apr 30, 2024
1 parent 4447264 commit c4446d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"Logging": {
"EnableLogging": false,
"EnableLogContext": false,
"LogComponents": [
{
"Severity": "LOGGER_SEVERITY_DEFAULT",
Expand Down Expand Up @@ -79,9 +78,7 @@
"Severity": "LOGGER_SEVERITY_DEFAULT",
"Id": "FILE_TRANSFER"
}
],
"CloudWatchLogGroup": null,
"CloudWatchLogStream": null
]
},
"StreamBufferSettings": {
"StreamBufferCount": 3,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"Logging": {
"EnableLogging": false,
"EnableLogContext": false,
"LogComponents": [
{
"Severity": "LOGGER_SEVERITY_DEFAULT",
Expand Down Expand Up @@ -79,9 +78,7 @@
"Severity": "LOGGER_SEVERITY_DEFAULT",
"Id": "FILE_TRANSFER"
}
],
"CloudWatchLogGroup": null,
"CloudWatchLogStream": null
]
},
"StreamBufferSettings": {
"StreamBufferCount": 3,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"Logging": {
"EnableLogging": false,
"EnableLogContext": false,
"LogComponents": [
{
"Severity": "LOGGER_SEVERITY_DEFAULT",
Expand Down Expand Up @@ -79,9 +78,7 @@
"Severity": "LOGGER_SEVERITY_DEFAULT",
"Id": "FILE_TRANSFER"
}
],
"CloudWatchLogGroup": null,
"CloudWatchLogStream": null
]
},
"StreamBufferSettings": {
"StreamBufferCount": 3,
Expand Down

0 comments on commit c4446d7

Please sign in to comment.