Skip to content

Commit d18ee81

Browse files
authored
rename log4j plugin name (#73)
1 parent ff51e67 commit d18ee81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arex-storage-web-api/src/main/resources/log4j2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</Policies>
1717
</RollingFile>
1818
<NoSql name="Mongo4">
19-
<MongoDb4 capped="true" collectionSize="104857600"
19+
<ArexMongoDb4 capped="true" collectionSize="104857600"
2020
connection="${sys:arex.storage.mongo.host}"
2121
/>
2222
</NoSql>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>com.arextest</groupId>
104104
<artifactId>arex-common</artifactId>
105-
<version>0.1.9</version>
105+
<version>0.1.10</version>
106106
<exclusions>
107107
<exclusion>
108108
<artifactId>commons-io</artifactId>

0 commit comments

Comments
 (0)