Closed sarathchandra24 closed 5 months ago
There has been an issue with fluentd coming up in docker images. Previous changes were handling only arch, as usr/local/bundle/bin/fluentd. But,
For amd64 it is"/usr/bin/fluentd" For arm64 it is "/usr/local/bundle/bin/fluentd".
Fixes #1187
That's great, thank you @sarathchandra24 !
What this PR does / why we need it:
There has been an issue with fluentd coming up in docker images. Previous changes were handling only arch, as usr/local/bundle/bin/fluentd. But,
For amd64 it is"/usr/bin/fluentd" For arm64 it is "/usr/local/bundle/bin/fluentd".
Which issue(s) this PR fixes:
Fixes #1187
Does this PR introduced a user-facing change?
Additional documentation, usage docs, etc.: