Update target log directories 57/48557/2
authorjh7358 <jh7358@att.com>
Tue, 22 May 2018 19:02:47 +0000 (15:02 -0400)
committerJim Hahn <jrh3@att.com>
Tue, 22 May 2018 20:47:03 +0000 (16:47 -0400)
Updated target log directories for pdplp and paplp to point
to /var/log/onap.
Repoint path for IntegrityMonitor.log, as we cannot easily move since
it's in common.

Change-Id: I7828ac66bfa664bafe5e55ac95d15dea32c61923
Issue-ID: POLICY-759
Signed-off-by: Jim Hahn <jrh3@att.com>
kubernetes/policy/charts/pdp/resources/config/pe/pdplp.conf
kubernetes/policy/resources/config/pe/paplp.conf

index f5f4060..7f894fd 100644 (file)
@@ -18,8 +18,8 @@ LOGPARSER_X_MS_MB=1024
 LOGPARSER_X_MX_MB=1024
 
 SERVER=http://{{ include "common.servicename" . }}:{{.Values.service.externalPort}}/pdp/
-LOGPATH=/opt/app/policy/servers/pdp/logs/pdp-rest.log
-PARSERLOGPATH=IntegrityMonitor.log
+LOGPATH=/var/log/onap/policy/pdpx/pdp-rest.log
+PARSERLOGPATH=/opt/app/policy/servers/pdplp/bin/IntegrityMonitor.log
 
 node_type=logparser
 # the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase
index 205497c..3d59d81 100644 (file)
@@ -18,8 +18,8 @@ LOGPARSER_X_MS_MB=1024
 LOGPARSER_X_MX_MB=1024
 
 SERVER=http://{{ include "common.servicename" . }}:{{.Values.service.externalPort2}}/pap/
-LOGPATH=/opt/app/policy/servers/pap/logs/pap-rest.log
-PARSERLOGPATH=IntegrityMonitor.log
+LOGPATH=/var/log/onap/policy/pap/pap-rest.log
+PARSERLOGPATH=/opt/app/policy/servers/paplp/bin/IntegrityMonitor.log
 
 node_type=logparser
 # the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase