mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 22:45:04 +00:00
with Elasticsearch there were two flavours of the docker build: one for the OSS build and one with X-Pack. accordingly, there were two `log4j2.properties` files for the two cases and the `build.gradle` picked up the correct one depending on the build. commit 83e87f7e541 removed all non-OSS functionality from the build but with that it also removed the logic which so far copied over the OSS version of `log4j2.properties`. what the diff doesn't show properly here is that `log4j2.properties` has been deleted and `oss/log4j2.properties` has been moved into its place without any changes to it. this fixes #868 Signed-off-by: Ralph Ursprung <Ralph.Ursprung@avaloq.com>