Skip to content

Commit 5e416f7

Browse files
committed
fix log4 config in default docker image
1 parent 43db9bc commit 5e416f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/docker/src/docker/Dockerfile.default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN tar -zxf /tmp/elasticsearch.tar.gz --strip-components=1 && \\
5454
# Reset permissions on all directories
5555
find . -type d -exec chmod 0555 {} + && \\
5656
# keep default elasticsearch log4j config
57-
mv config/log4j2.properties config/log4j2.file.properties \\
57+
mv config/log4j2.properties config/log4j2.file.properties && \\
5858
# Reset permissions on all files
5959
find . -type f -exec chmod 0444 {} + && \\
6060
# Make CLI tools executable

0 commit comments

Comments
 (0)