Skip to content

Commit b635bdf

Browse files
committed
clarified log dimension
1 parent 2f1be62 commit b635bdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/clients/FeatureDevClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class FeatureDevClient(
114114
.build()
115115
)
116116
if (log != null) {
117-
// The log dimension will not be emitted to CloudWatch
117+
// The log dimension will be emitted only to CloudWatch Logs
118118
add(
119119
Dimension.builder()
120120
.name("log")

plugins/amazonq/chat/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevControllerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ class FeatureDevControllerTest : FeatureDevTestBase() {
698698
eq(expectedResult),
699699

700700
// Stack trace should include the name of junit
701-
argThat { this?.contains("junit") ?: false }
701+
argThat { this.contains("junit") ?: false }
702702
)
703703
}
704704
}

0 commit comments

Comments
 (0)