File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Just add it to your dependency then you can use the slf4j module in your applica
3333 <dependency>
3434 <groupId>ch.qos.logback</groupId>
3535 <artifactId>logback-classic</artifactId>
36- <version>1.8.6 -JAVA9MODULE_SLF4J17</version>
36+ <version>1.8.7 -JAVA9MODULE_SLF4J17</version>
3737 </dependency>
3838```
3939
@@ -45,6 +45,9 @@ Just add it to your dependency then you can use the slf4j module in your applica
4545
4646### Latest changes
4747
48+ ##### Version 1.8.7
49+ * Add ` ignoredField ` option: https://github.com/sndyuk/logback-more-appenders/pull/65
50+
4851##### Version 1.8.6
4952* Add AWS V2 CloudWatch and Kinesis appenders: https://github.com/sndyuk/logback-more-appenders/pull/64
5053
@@ -90,7 +93,7 @@ Configure your pom.xml:
9093 <dependency>
9194 <groupId>com.sndyuk</groupId>
9295 <artifactId>logback-more-appenders</artifactId>
93- <version>1.8.6 </version>
96+ <version>1.8.7 </version>
9497 </dependency>
9598
9699 <!-- [Optional] If you use The CloudWatch V2 appender, You need to add the dependency(cloudwatchlogs). -->
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >com.sndyuk</groupId >
44 <artifactId >logback-more-appenders</artifactId >
5- <version >1.8.6 -JAVA9MODULE_SLF4J17</version >
5+ <version >1.8.7 -JAVA9MODULE_SLF4J17</version >
66 <name >logback-more-appenders</name >
77 <description >logback appenders.</description >
88 <url >https://github.com/sndyuk/logback-more-appenders</url >
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >com.sndyuk</groupId >
44 <artifactId >logback-more-appenders</artifactId >
5- <version >1.8.6 </version >
5+ <version >1.8.7 </version >
66 <name >logback-more-appenders</name >
77 <description >logback appenders.</description >
88 <url >https://github.com/sndyuk/logback-more-appenders</url >
You can’t perform that action at this time.
0 commit comments