Use hard-coded path in conf files 51/48551/1
authorJim Hahn <jrh3@att.com>
Tue, 22 May 2018 18:38:20 +0000 (14:38 -0400)
committerJim Hahn <jrh3@att.com>
Tue, 22 May 2018 18:38:20 +0000 (14:38 -0400)
Replace ${{POLICY_LOGS}} with hard-coded path in conf
files, as the former does not get expanded.

Change-Id: I7686ba75656086ffccb714289b927cf75f8b3e72
Issue-ID: POLICY-759
Signed-off-by: Jim Hahn <jrh3@att.com>
config/pe/paplp.conf
config/pe/pdplp.conf

index 17a3407..8f26968 100644 (file)
@@ -17,8 +17,8 @@ LOGPARSER_X_MS_MB=1024
 LOGPARSER_X_MX_MB=1024
 
 SERVER=http://pap:9091/pap/
-LOGPATH=${{POLICY_HOME}}/servers/pap/logs/pap-rest.log
-PARSERLOGPATH=IntegrityMonitor.log
+LOGPATH=/var/log/onap/policy/pap/pap-rest.log
+PARSERLOGPATH=/var/log/onap/policy/pap/IntegrityMonitor.log
 
 node_type=logparser
 # the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase
index e51999f..45e6ae3 100644 (file)
@@ -17,8 +17,8 @@ LOGPARSER_X_MS_MB=1024
 LOGPARSER_X_MX_MB=1024
 
 SERVER=http://pdp:8081/pdp/
-LOGPATH=${{POLICY_HOME}}/servers/pdp/logs/pdp-rest.log
-PARSERLOGPATH=IntegrityMonitor.log
+LOGPATH=/var/log/onap/policy/pdpx/pdp-rest.log
+PARSERLOGPATH=/var/log/onap/policy/pdpx/IntegrityMonitor.log
 
 node_type=logparser
 # the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase