summaryrefslogtreecommitdiffstats
path: root/artifactbroker/packages/src/main/resources/etc/logback.xml
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2019-04-19 09:04:26 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-19 09:04:26 +0000
commit388ef1f2943d5fb581cd6533e1fc225a0309df7f (patch)
tree982357e2cbaa0a3cf8f11e60d4ae7719467458c7 /artifactbroker/packages/src/main/resources/etc/logback.xml
parenta9a75449cc0ed5a278dd6df6f7e1950e628f854e (diff)
parentef9c71ab1efce6e60eb5d8c89cf09c5182c48730 (diff)
Merge "enable merge sdc client part into Distribution release image"1.3.0
Diffstat (limited to 'artifactbroker/packages/src/main/resources/etc/logback.xml')
-rw-r--r--artifactbroker/packages/src/main/resources/etc/logback.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/artifactbroker/packages/src/main/resources/etc/logback.xml b/artifactbroker/packages/src/main/resources/etc/logback.xml
index ebe06a8..e2d4869 100644
--- a/artifactbroker/packages/src/main/resources/etc/logback.xml
+++ b/artifactbroker/packages/src/main/resources/etc/logback.xml
@@ -21,10 +21,10 @@
<configuration scan="true" scanPeriod="3 seconds" debug="true">
<!--<jmxConfigurator /> -->
<!-- directory path for all other type logs -->
- <property name="logDir" value="${POLICY_LOGS}" />
+ <property name="logDir" value="${ARTIFACT_LOGS}" />
<!-- directory path for debugging type logs -->
- <property name="debugDir" value="${POLICY_LOGS}" />
+ <property name="debugDir" value="${ARTIFACT_LOGS}" />
<!-- specify the component name
<ONAP-component-name>::= "MSO" | "DCAE" | "ASDC " | "AAI" |"Policy" | "SDNC" | "AC" -->