Closed metas-jb closed 2 years ago
Deploying env-variable in Dockerfile of search container
search
ENV LOG4J_FORMAT_MSG_NO_LOOKUPS=true
as suggested here:
Tested by deploying to an instance and checking if the env-variable is set:
docker exec -it metasfresh-docker_search_1 /bin/bash echo "$LOG4J_FORMAT_MSG_NO_LOOKUPS" true #output
Deploying env-variable in Dockerfile of
search
containeras suggested here:
Tested by deploying to an instance and checking if the env-variable is set: