Skip to content

Commit 0bab357

Browse files
committed
revert
1 parent 88d7f4e commit 0bab357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-xray/src/awsTest/java/io/opentelemetry/contrib/aws/xray/AwsXrayRemoteSamplerIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ static boolean hasAwsCredentials() {
4949
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("otel-collector")))
5050
.withCopyFileToContainer(
5151
MountableFile.forClasspathResource("/otel-collector.yml"), "/etc/otel-collector.yml")
52-
.withCommand("--config /etc/otel-collector.yml")
52+
.withCommand("--config /etc/otel-collector.yml --log-level DEBUG")
5353
.withEnv("AWS_ACCESS_KEY_ID", System.getenv("AWS_ACCESS_KEY_ID"))
5454
.withEnv("AWS_SECRET_ACCESS_KEY", System.getenv("AWS_SECRET_ACCESS_KEY"))
5555
.withEnv("AWS_REGION", System.getenv("AWS_REGION"));

0 commit comments

Comments
 (0)