From 0c319021bbc9e4cbe2f632b32d249031e51a617d Mon Sep 17 00:00:00 2001 From: Sean Busbey <sean.busbey@gmail.com> Date: Tue, 19 Jul 2016 09:26:33 -0500 Subject: [PATCH] [mongodb] correct placement of xml header on logback configs. closes #798 --- mongodb/src/main/resources/logback.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongodb/src/main/resources/logback.xml b/mongodb/src/main/resources/logback.xml index dfbfeb2b..73354e06 100644 --- a/mongodb/src/main/resources/logback.xml +++ b/mongodb/src/main/resources/logback.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2016 YCSB contributors. All rights reserved. @@ -14,7 +15,6 @@ implied. See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> -<?xml version="1.0" encoding="UTF-8"?> <configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder> -- GitLab