summaryrefslogtreecommitdiffstats
path: root/packages/base/src/files/bin/monitor.sh
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-05-24 11:04:37 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-24 11:04:37 +0000
commit2f8ab5851fb070fac82472cf8a3c8542a657ca01 (patch)
treec3c68f4ebc6539d2428268da1cba9dd39a1f42e7 /packages/base/src/files/bin/monitor.sh
parenta08e498c52e5f778ec85cb698ac985488319b9f3 (diff)
parentee033842018375e0200a9b8f2e0dc813974440fd (diff)
Merge "Replace LOGPATH with LOGSUFFIX"
Diffstat (limited to 'packages/base/src/files/bin/monitor.sh')
-rw-r--r--packages/base/src/files/bin/monitor.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/base/src/files/bin/monitor.sh b/packages/base/src/files/bin/monitor.sh
index 65baad4bc..e7d71b81e 100644
--- a/packages/base/src/files/bin/monitor.sh
+++ b/packages/base/src/files/bin/monitor.sh
@@ -2,7 +2,7 @@
# ============LICENSE_START=======================================================
# ONAP Policy Engine
# ================================================================================
-# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@ function usage() {
}
function log() {
- echo "$(date +"%Y-%m-%d_%H-%M-%S") $1" >> ${POLICY_HOME}/logs/monitor.log
+ echo "$(date +"%Y-%m-%d_%H-%M-%S") $1" >> ${POLICY_LOGS}/policy/monitor.log
}
function monitor() {