How can we set the env in docker version?
Is it fine if we set as below in stack file (oxauth.yml, oxtrust.yml, etc,..) ?
Also, what are all the services we need to have this env variable?
As I saw from the log, shibboleth, oxauth, scim, identity we need to set. How about other services like, consul, registrator, opendj?
```
environment:
- LOG4J_FORMAT_MSG_NO_LOOKUPS=true
```