aboutsummaryrefslogtreecommitdiffstats
path: root/ONAP-SDK-APP
diff options
context:
space:
mode:
authorChou, Joseph (JC2555) <jc2555@att.com>2018-03-28 13:46:11 -0400
committerChou, Joseph (JC2555) <jc2555@att.com>2018-03-28 13:50:53 -0400
commit5cd57949604803a32bd3a19c183eadf11f0ab900 (patch)
treef6799447752240bd654f337d5f66c397fd5fe3c4 /ONAP-SDK-APP
parent669931e76de18aabb14f9ff873da4783f8c83d7a (diff)
ONAP code change for log files consolidation
Undo the change so this would not block other test activity Change-Id: I4f7dd2e14f30034eefbf958be3c912af2962e8a2 Issue-ID: POLICY-562 Signed-off-by: Chou, Joseph (JC2555) <jc2555@att.com>
Diffstat (limited to 'ONAP-SDK-APP')
-rw-r--r--ONAP-SDK-APP/src/main/resources/logback.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/ONAP-SDK-APP/src/main/resources/logback.xml b/ONAP-SDK-APP/src/main/resources/logback.xml
index 8e99b0a15..d19b1ba5a 100644
--- a/ONAP-SDK-APP/src/main/resources/logback.xml
+++ b/ONAP-SDK-APP/src/main/resources/logback.xml
@@ -28,16 +28,15 @@
<!--<jmxConfigurator /> -->
<!-- specify the component name -->
- <property name="componentName" value="policy"></property>
- <property name="subComponentName" value="epsdk"></property>
+ <property name="componentName" value="epsdk_app_os"></property>
<!-- specify the base path of the log directory -->
- <property name="logDirPrefix" value="${{POLICY_LOGS}}"></property>
+ <property name="logDirPrefix" value="${catalina.base}/logs"></property>
<!-- The directories where logs are written -->
- <property name="logDirectory" value="${logDirPrefix}/${componentName}/${subComponentName}" />
+ <property name="logDirectory" value="${logDirPrefix}/${componentName}" />
<!-- Can easily relocate debug logs by modifying this path. -->
- <property name="debugLogDirectory" value="${logDirPrefix}/${componentName}/${subComponentName}" />
+ <property name="debugLogDirectory" value="${logDirPrefix}/${componentName}" />
<!-- log file names -->
<property name="generalLogName" value="application" />