X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ONAP-XACML%2Fsrc%2Ftest%2Fresources%2Flogging.properties;fp=ONAP-XACML%2Fsrc%2Ftest%2Fresources%2Flogging.properties;h=6818148c9a572586698ccc316b3fb09d68d90ca7;hb=29c8effb13eab61c5697e81a7593eac051272a0c;hp=ff9840ff77e1c847a941faf43e13be4273b9218e;hpb=141052c6dcabdddf20f2b46d95540f1ceb0d7299;p=policy%2Fengine.git diff --git a/ONAP-XACML/src/test/resources/logging.properties b/ONAP-XACML/src/test/resources/logging.properties index ff9840ff7..6818148c9 100644 --- a/ONAP-XACML/src/test/resources/logging.properties +++ b/ONAP-XACML/src/test/resources/logging.properties @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # ONAP-XACML # ================================================================================ -# 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