File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1717logging :
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"
You can’t perform that action at this time.
0 commit comments