We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d7f4e commit 0bab357Copy full SHA for 0bab357
aws-xray/src/awsTest/java/io/opentelemetry/contrib/aws/xray/AwsXrayRemoteSamplerIntegrationTest.java
@@ -49,7 +49,7 @@ static boolean hasAwsCredentials() {
49
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("otel-collector")))
50
.withCopyFileToContainer(
51
MountableFile.forClasspathResource("/otel-collector.yml"), "/etc/otel-collector.yml")
52
- .withCommand("--config /etc/otel-collector.yml")
+ .withCommand("--config /etc/otel-collector.yml --log-level DEBUG")
53
.withEnv("AWS_ACCESS_KEY_ID", System.getenv("AWS_ACCESS_KEY_ID"))
54
.withEnv("AWS_SECRET_ACCESS_KEY", System.getenv("AWS_SECRET_ACCESS_KEY"))
55
.withEnv("AWS_REGION", System.getenv("AWS_REGION"));
0 commit comments