diff options
author | Vijay VK <vv770d@att.com> | 2018-02-18 06:17:21 +0000 |
---|---|---|
committer | VENKATESH KUMAR <vv770d@att.com> | 2018-02-18 01:18:13 -0500 |
commit | 38cf7559268bf543879f76d00384c3869d1d174f (patch) | |
tree | 360872d530638ab6b559707802bd9a7756ab1d3c /etc/log4j.xml | |
parent | 4d3624549f41aeda68b8626270fc491ea99e5ee0 (diff) |
additional testcase
Change-Id: Ib4fcdf3754c43f4d1996ea50b888d976e728705a
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-227
Diffstat (limited to 'etc/log4j.xml')
-rw-r--r-- | etc/log4j.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/log4j.xml b/etc/log4j.xml index dc5fe100..baf03559 100644 --- a/etc/log4j.xml +++ b/etc/log4j.xml @@ -1,3 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> + <!-- ================================================================================ Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. @@ -17,8 +20,7 @@ limitations under the License. ECOMP is a trademark and service mark of AT&T Intellectual Property. --> -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> + <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false"> |