aboutsummaryrefslogtreecommitdiffstats
path: root/BRMSGateway/src/main/resources/logback.xml
diff options
context:
space:
mode:
Diffstat (limited to 'BRMSGateway/src/main/resources/logback.xml')
-rw-r--r--BRMSGateway/src/main/resources/logback.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/BRMSGateway/src/main/resources/logback.xml b/BRMSGateway/src/main/resources/logback.xml
index b9a34d729..c01117ba7 100644
--- a/BRMSGateway/src/main/resources/logback.xml
+++ b/BRMSGateway/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="${{POLICY_LOGS}}" />
+ <property name="logDir" value="logs" />
<!-- directory path for debugging type logs -->
- <property name="debugDir" value="${{POLICY_LOGS}}" />
+ <property name="debugDir" value="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="brmsgw"></property>
+ <property name="componentName" value="Policy"></property>
+ <property name="subComponentName" value="BRMSGateway"></property>
<!-- log file names -->
<property name="errorLogName" value="error" />