diff options
Diffstat (limited to 'BRMSGateway/src/main/resources/logback.xml')
-rw-r--r-- | BRMSGateway/src/main/resources/logback.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/BRMSGateway/src/main/resources/logback.xml b/BRMSGateway/src/main/resources/logback.xml index c01117ba7..b9a34d729 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="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="BRMSGateway"></property> + <property name="componentName" value="policy"></property> + <property name="subComponentName" value="brmsgw"></property> <!-- log file names --> <property name="errorLogName" value="error" /> |