summaryrefslogtreecommitdiffstats
path: root/ONAP-PDP/logging.properties
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2018-06-26 11:57:03 -0400
committerJim Hahn <jrh3@att.com>2018-06-26 11:57:03 -0400
commit29c8effb13eab61c5697e81a7593eac051272a0c (patch)
treefd9a119da8df826ea8fa50291b98995fad6b9e69 /ONAP-PDP/logging.properties
parent141052c6dcabdddf20f2b46d95540f1ceb0d7299 (diff)
Remove %h from log file names
Modified code, either removing "%h" or replacing it with a directory name that is relative to the junit test. Change-Id: I6ea3e3139a04fefadca42340454be36a5b54445d Issue-ID: POLICY-784 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'ONAP-PDP/logging.properties')
-rw-r--r--ONAP-PDP/logging.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/ONAP-PDP/logging.properties b/ONAP-PDP/logging.properties
index e88d3726f..2b9a51d43 100644
--- a/ONAP-PDP/logging.properties
+++ b/ONAP-PDP/logging.properties
@@ -24,6 +24,6 @@ handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler
java.util.logging.ConsoleHandler.level = INFO
java.util.logging.FileHandler.level = INFO
-java.util.logging.FileHandler.pattern=${{POLICY_LOGS}}/policy/pdpx/%h/xacml_log%u.log
+java.util.logging.FileHandler.pattern=${{POLICY_LOGS}}/policy/pdpx/xacml_log%u.log
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter