docker-nifi-registry icon indicating copy to clipboard operation
docker-nifi-registry copied to clipboard

Consider implementing symlinks for stdout and stderr

Open michalklempa opened this issue 6 years ago • 1 comments

According to https://docs.docker.com/config/containers/logging/ there are multiple possible ways to capture logfiles.

Consider implementing one of these in this image.

nginx way:

https://github.com/nginxinc/docker-nginx/blob/8921999083def7ba43a06fabd5f80e4406651353/mainline/jessie/Dockerfile#L21-L23

httpd way:

https://github.com/docker-library/httpd/blob/b13054c7de5c74bbaa6d595dbe38969e6d4f860c/2.2/Dockerfile#L72-L75

This would allow us to avoid forking tail process.

michalklempa avatar Mar 25 '19 09:03 michalklempa

Seems that this could be achieved manipulating conf/logback.xml in the first place.

michalklempa avatar Apr 11 '19 11:04 michalklempa