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 9ebf099 commit b00f999Copy full SHA for b00f999
zebrium/zebrium.go
@@ -81,7 +81,7 @@ func NewZebriumAdapter(route *router.Route) (router.LogAdapter, error) {
81
log.Printf("%s=%s\n", AwsExecEnv, awsEnvVal)
82
if awsEnvVal != "" && strings.HasPrefix(awsEnvVal, "AWS_ECS_") {
83
log.Printf("Detected running on ECS (%s=%s), set platform to ecs\n", AwsExecEnv, awsEnvVal)
84
- platform := "ecs"
+ platform = "ecs"
85
}
86
87
ingestSizeStr := os.Getenv(MaxIngestSizeEnvVar)
0 commit comments