Skip to content

Commit

Permalink
[mongodb] correct placement of xml header on logback configs.
Browse files Browse the repository at this point in the history
closes #798
  • Loading branch information
busbey committed Jul 19, 2016
1 parent 7e34f5f commit 0c31902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.
Expand All @@ -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>
Expand Down

0 comments on commit 0c31902

Please sign in to comment.