diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-04-03 21:34:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-03 21:34:01 +0000 |
commit | e313080641069b3bfc1f497113c57f1667b72bbc (patch) | |
tree | 19db3da5e6c69e8e2e408e51192e1e456a1034c1 /PolicyEngineAPI/src/main/resources/logback.xml | |
parent | 11eb39f53842dff62e81a38ab599ddbc97cf7b73 (diff) | |
parent | 80cbbc8710292ae08437daa6e3390cc0190e3139 (diff) |
Merge "ONAP log files consolidation"
Diffstat (limited to 'PolicyEngineAPI/src/main/resources/logback.xml')
-rw-r--r-- | PolicyEngineAPI/src/main/resources/logback.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PolicyEngineAPI/src/main/resources/logback.xml b/PolicyEngineAPI/src/main/resources/logback.xml index 347466bcc..37261edd7 100644 --- a/PolicyEngineAPI/src/main/resources/logback.xml +++ b/PolicyEngineAPI/src/main/resources/logback.xml @@ -21,15 +21,15 @@ <configuration scan="true" scanPeriod="3 seconds" debug="true"> <!--<jmxConfigurator /> --> <!-- directory path for all other type logs --> - <property name="logDir" value="logs" /> + <property name="logDir" value="${POLICY_LOGS}" /> <!-- directory path for debugging type logs --> - <property name="debugDir" value="logs" /> + <property name="debugDir" value="${POLICY_LOGS}" /> <!-- specify the component name <ONAP-component-name>::= "MSO" | "DCAE" | "ASDC " | "AAI" |"Policy" | "SDNC" | "AC" --> - <property name="componentName" value="Policy"></property> - <property name="subComponentName" value="PolicyEngineAPI"></property> + <property name="componentName" value="policy"></property> + <property name="subComponentName" value="policyapi"></property> <!-- log file names --> <property name="errorLogName" value="error" /> |