Skip to content

Commit

Permalink
Remove featuregate flag in logstest (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 authored Nov 21, 2023
1 parent aaff17f commit 2ae457f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private GenericContainer<?> createAndStartCollector(String configFilePath, Strin
.withEnv(envVariables)
.withCreateContainerCmdModifier(cmd -> cmd.withUser("root"))
.withClasspathResourceMapping("/logs", "/logs", BindMode.READ_WRITE)
.withCommand("--config", "/etc/collector/config.yaml", "--feature-gates=+adot.receiver.filelog,+adot.exporter.awscloudwatchlogs,+adot.extension.file_storage");
.withCommand("--config", "/etc/collector/config.yaml");

//Mount the Temp directory
collector.withFileSystemBind(logDirectory.toString(),"/tempLogs", BindMode.READ_WRITE);
Expand Down

0 comments on commit 2ae457f

Please sign in to comment.