diff options
author | Jim Hahn <jrh3@att.com> | 2018-06-26 11:57:03 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-06-26 11:57:03 -0400 |
commit | 29c8effb13eab61c5697e81a7593eac051272a0c (patch) | |
tree | fd9a119da8df826ea8fa50291b98995fad6b9e69 /ONAP-PDP/src/test/resources/logging.properties | |
parent | 141052c6dcabdddf20f2b46d95540f1ceb0d7299 (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/src/test/resources/logging.properties')
-rw-r--r-- | ONAP-PDP/src/test/resources/logging.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ONAP-PDP/src/test/resources/logging.properties b/ONAP-PDP/src/test/resources/logging.properties index 699369639..b1879e7e1 100644 --- a/ONAP-PDP/src/test/resources/logging.properties +++ b/ONAP-PDP/src/test/resources/logging.properties @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # ONAP-PDP # ================================================================================ -# 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. @@ -28,5 +28,5 @@ java.util.logging.ConsoleHandler.level = FINEST java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter java.util.logging.FileHandler.level = SEVERE -java.util.logging.FileHandler.pattern=%h/xacml_log%u.log +java.util.logging.FileHandler.pattern=logs/xacml_log%u.log java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter |