eXist-db / docker-existdb

Docker image builder for eXist-db
GNU Affero General Public License v3.0
11 stars 6 forks source link

take care of log4j2 customization during build time #3

Closed duncdrum closed 6 years ago

duncdrum commented 6 years ago

same as duncdrum/exist-docker#5 having exist.log in stdout by default is pretty useful, we should just turn that on for all docker images. Right now we still risk having the log4j.xml get out of sync with upstream, by tweaking aureas we don't have to worry about that anymore.

duncdrum commented 6 years ago

aureas is out, but i d still prefer to have a way to dynamically modify conf files at build time.

adamretter commented 6 years ago

Why is Aureas out?

duncdrum commented 6 years ago

i don't think anything is calling it right now, we could use Aureas but would need to integrate it into the docker file, during the first build stage