Skip to content

Commit e030806

Browse files
committed
version 1.0.16
1 parent a81cf70 commit e030806

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ The counts can be reset using `/__stats?reset`. The `requests/sec` is calculated
248248
<dependency>
249249
<groupId>io.github.robaho</groupId>
250250
<artifactId>httpserver</artifactId>
251-
<version>1.0.15</version>
251+
<version>1.0.16</version>
252252
</dependency>
253253
```
254254
## enable Http2

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ publishing {
156156
maven(MavenPublication) {
157157
groupId = 'io.github.robaho'
158158
artifactId = 'httpserver'
159-
version = "1.0.15"
159+
version = "1.0.16"
160160

161161
from components.java
162162

logging.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ handlers = java.util.logging.ConsoleHandler
33
java.util.logging.ConsoleHandler.level = ALL
44
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
55
java.util.logging.SimpleFormatter.format=[%1$tF %1$tT] [%4$-7s] [%2$s] %5$s %6$s %n
6-
robaho.net.level=FINEST
6+
robaho.net.level=INFO

0 commit comments

Comments
 (0)