Skip to content

Commit 8eef677

Browse files
committed
Fix plugin names
1 parent 0712cae commit 8eef677

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

log4j-mongodb4/src/test/resources/MongoDb4CollectionNameIT.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
https://logging.apache.org/xml/ns/log4j-config-2.xsd">
2323
<Appenders>
2424
<NoSql name="MONGO">
25-
<MongoDb
25+
<MongoDb4
2626
connection="mongodb://localhost:${sys:log4j.mongo.port:-27017}/testDb"
2727
capped="true"
2828
collectionSize="1073741824"

log4j-mongodb4/src/test/resources/MongoDb4DatabaseAndCollectionNameIT.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
https://logging.apache.org/xml/ns/log4j-config-2.xsd">
2323
<Appenders>
2424
<NoSql name="MONGO">
25-
<MongoDb
25+
<MongoDb4
2626
connection="mongodb://localhost:${sys:log4j.mongo.port:-27017}"
2727
capped="true"
2828
collectionSize="1073741824"

0 commit comments

Comments
 (0)