Environment variable pointing to logback.xml

Per current logging spec, the location is recommended to be
under /etc/onap/<component>/subcomponent but is acceptable
to have an enviroment variable pointing to it instead.

Environment variable is preferred over fixed location so
the config files are not all over the place, and is not
placed under directories owned by root.

Change-Id: Id5679f49a726fa43147ffb3e141acec30ebfdaaf
Issue-ID: POLICY-1294
Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
1 file changed
tree: 0f366acb04eeb732073e9bb44e57d3a800800b3f
  1. api-active-standby-management/
  2. api-state-management/
  3. feature-active-standby-management/
  4. feature-distributed-locking/
  5. feature-eelf/
  6. feature-healthcheck/
  7. feature-pooling-dmaap/
  8. feature-session-persistence/
  9. feature-simulators/
  10. feature-state-management/
  11. feature-test-transaction/
  12. packages/
  13. policy-core/
  14. policy-management/
  15. policy-utils/
  16. .gitignore
  17. .gitreview
  18. docker_build.sh
  19. docker_merge.sh
  20. docker_verify.sh
  21. INFO.yaml
  22. LICENSE.txt
  23. pom.xml
  24. README.md
  25. version.properties
README.md

Copyright 2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode

This source repository contains the ONAP Policy DroolsPDP code. To build it:

  1. using Maven 3
  2. git clone http://gerrit.onap.org/r/oparent and copy oparent/settings.xml to ~/.m2
  3. mvn clean install