Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sndyuk committed Dec 7, 2020
1 parent 7e790b4 commit 26bf0a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ Just add it to your dependency then you can use the slf4j module in your applica

##### Gradle
```
implementation 'com.sndyuk:logback-more-appenders:1.8.3-JAVA9MODULE_SLF4J17'
implementation 'com.sndyuk:logback-more-appenders:1.8.4-JAVA9MODULE_SLF4J17'
```

##### Maven
```
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.8.3-JAVA9MODULE_SLF4J17</version>
<version>1.8.4-JAVA9MODULE_SLF4J17</version>
</dependency>
```

Expand All @@ -44,6 +44,11 @@ Just add it to your dependency then you can use the slf4j module in your applica

### Latest changes

##### Version 1.8.4

* Avoid CloudWatch request limit error
* Fix issue: https://github.com/sndyuk/logback-more-appenders/issues/60

##### Version 1.8.3

* Make marker prefix customizable by `markerPrefix` option. https://github.com/sndyuk/logback-more-appenders/issues/51
Expand Down
2 changes: 1 addition & 1 deletion pom-JAVA9MODULE_SLF4J17.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sndyuk</groupId>
<artifactId>logback-more-appenders</artifactId>
<version>1.8.3-JAVA9MODULE_SLF4J17</version>
<version>1.8.4-JAVA9MODULE_SLF4J17</version>
<name>logback-more-appenders</name>
<description>logback appenders.</description>
<url>https://github.com/sndyuk/logback-more-appenders</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sndyuk</groupId>
<artifactId>logback-more-appenders</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
<name>logback-more-appenders</name>
<description>logback appenders.</description>
<url>https://github.com/sndyuk/logback-more-appenders</url>
Expand Down

0 comments on commit 26bf0a1

Please sign in to comment.