diff options
author | Jim Hahn <jrh3@att.com> | 2018-05-23 15:47:28 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-05-23 15:50:03 -0400 |
commit | 95048f4a94cd1345685f9316635847bda87bf0f3 (patch) | |
tree | c153c8b7d8952686a3b3d4cd67da08892fdcd477 | |
parent | b0c9bf251cf935bfc4b6e566d800ba78f2362685 (diff) |
Adjust conf files for loggerv1.2.32.0.0-ONAP2.0.0-ONAP
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>
-rw-r--r-- | config/pe/paplp.conf | 2 | ||||
-rw-r--r-- | config/pe/pdplp.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/pe/paplp.conf b/config/pe/paplp.conf index 8f26968c..92e5b547 100644 --- a/config/pe/paplp.conf +++ b/config/pe/paplp.conf @@ -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 diff --git a/config/pe/pdplp.conf b/config/pe/pdplp.conf index 45e6ae3c..24b60c1f 100644 --- a/config/pe/pdplp.conf +++ b/config/pe/pdplp.conf @@ -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 |