diff options
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"> |