aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2018-05-22 14:38:20 -0400
committerJim Hahn <jrh3@att.com>2018-05-22 14:38:20 -0400
commitb0c9bf251cf935bfc4b6e566d800ba78f2362685 (patch)
tree5d7e34bda7644ef59e81d9e6aaeda5a64c0439ff
parent5807abd93ef335c31ec1b3633f13090466612a21 (diff)
Use hard-coded path in conf files
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>
-rw-r--r--config/pe/paplp.conf4
-rw-r--r--config/pe/pdplp.conf4
2 files changed, 4 insertions, 4 deletions
diff --git a/config/pe/paplp.conf b/config/pe/paplp.conf
index 17a3407d..8f26968c 100644
--- a/config/pe/paplp.conf
+++ b/config/pe/paplp.conf
@@ -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
diff --git a/config/pe/pdplp.conf b/config/pe/pdplp.conf
index e51999f5..45e6ae3c 100644
--- a/config/pe/pdplp.conf
+++ b/config/pe/pdplp.conf
@@ -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