Skip to content

Commit 1fdf203

Browse files
committed
clarified log dimension
1 parent 8a96258 commit 1fdf203

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
@@ -583,7 +583,7 @@ class FeatureDevControllerTest : FeatureDevTestBase() {
583583
eq(expectedResult),
584584

585585
// Stack trace should include the name of junit
586-
argThat { this?.contains("junit") ?: false }
586+
argThat { this.contains("junit") ?: false }
587587
)
588588
}
589589
}

0 commit comments

Comments
 (0)