diff options
author | 2018-05-24 11:04:37 +0000 | |
---|---|---|
committer | 2018-05-24 11:04:37 +0000 | |
commit | 2f8ab5851fb070fac82472cf8a3c8542a657ca01 (patch) | |
tree | c3c68f4ebc6539d2428268da1cba9dd39a1f42e7 /packages/base/src/files/bin | |
parent | a08e498c52e5f778ec85cb698ac985488319b9f3 (diff) | |
parent | ee033842018375e0200a9b8f2e0dc813974440fd (diff) |
Merge "Replace LOGPATH with LOGSUFFIX"
Diffstat (limited to 'packages/base/src/files/bin')
-rw-r--r-- | packages/base/src/files/bin/monitor.sh | 4 |
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() { |