Skip to content

Commit 43db9bc

Browse files
committed
Keep default log4j
required for testing for now
1 parent b94f2ef commit 43db9bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

distribution/docker/src/docker/Dockerfile.default

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ RUN tar -zxf /tmp/elasticsearch.tar.gz --strip-components=1 && \\
5353
mkdir data && \\
5454
# Reset permissions on all directories
5555
find . -type d -exec chmod 0555 {} + && \\
56+
# keep default elasticsearch log4j config
57+
mv config/log4j2.properties config/log4j2.file.properties \\
5658
# Reset permissions on all files
5759
find . -type f -exec chmod 0444 {} + && \\
5860
# Make CLI tools executable

0 commit comments

Comments
 (0)