Adjust conf files for logger 07/48807/1 2.0.0-ONAP 2.0.0-ONAP v1.2.3
authorJim Hahn <jrh3@att.com>
Wed, 23 May 2018 19:47:28 +0000 (15:47 -0400)
committerJim Hahn <jrh3@att.com>
Wed, 23 May 2018 19:50:03 +0000 (15:50 -0400)
Because this shares the log4j.properties embedded within policy/common,
the target for the IntegrityMonitor.log cannot be changed.  Thus the
PARSERLOGPATH was modified to point to that location.

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

index 8f26968..92e5b54 100644 (file)
@@ -18,7 +18,7 @@ LOGPARSER_X_MX_MB=1024
 
 SERVER=http://pap:9091/pap/
 LOGPATH=/var/log/onap/policy/pap/pap-rest.log
-PARSERLOGPATH=/var/log/onap/policy/pap/IntegrityMonitor.log
+PARSERLOGPATH=${{POLICY_HOME}}/servers/paplp/bin/IntegrityMonitor.log
 
 node_type=logparser
 # the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase
index 45e6ae3..24b60c1 100644 (file)
@@ -18,7 +18,7 @@ LOGPARSER_X_MX_MB=1024
 
 SERVER=http://pdp:8081/pdp/
 LOGPATH=/var/log/onap/policy/pdpx/pdp-rest.log
-PARSERLOGPATH=/var/log/onap/policy/pdpx/IntegrityMonitor.log
+PARSERLOGPATH=${{POLICY_HOME}}/servers/pdplp/bin/IntegrityMonitor.log
 
 node_type=logparser
 # the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase