Skip to content

Commit f19bf1f

Browse files
committed
update
1 parent 7a23889 commit f19bf1f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

RELEASE_NOTE.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
**Release Notes** of the *Billing Proxy* software:
44

5-
### <code>0.0.5</code> :calendar: 05/02/2025
5+
### <code>0.0.6</code> :calendar: XX/03/2025
6+
**Improvements**
7+
* Add singleton for ...
8+
9+
### <code>0.0.5</code> :calendar: 05/03/2025
610
**Improvements**
711
* Refactoring of `InfoProxyController` and add `DateUtils` dependency.
812
* Add `StartupListener` listener to log (display) the current version of *Billing Proxy* at startup.
913
* Include exception handling with `ControllerExceptionHandler.java` class.
1014

1115
**BugFixing**
12-
* Set `org.apache.coyote.http11: INFO` to avoid the `Error parsing HTTP request header`.
16+
* Set `org.apache.coyote.http11: ERROR` to avoid the `Error parsing HTTP request header`.
1317
* Set pattern console to `%d{yyyy-MM-dd HH:mm:ss} [%-5level] %logger{36} - %msg%n`.
1418

1519

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build:
1717
logging:
1818
level:
1919
it.eng.dome: ${LOG_LEVEL:DEBUG}
20-
org.apache.coyote.http11: INFO
20+
org.apache.coyote.http11: ERROR
2121
pattern:
2222
console: "%d{yyyy-MM-dd HH:mm:ss} [%-5level] %logger{36} - %msg%n"
2323
file: "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n"

0 commit comments

Comments
 (0)