Actions
Improvements #13181
openMake the FixedSqlConnectionPool logging better
Start date:
02/04/2025
Due date:
% Done:
100%
Estimated time:
(Total: 0:00 h)
Description
Currently, when the pool is exhausted and a new connection is requested, a log is generated saying no free connections can be used.
In an application that requests many of these connections, this leads to very spamming output. This should be improved upon such that:
- each request is only logged once
- the logs contain more information (pid/timestamp/...), like normal logs
- a count is displayed showing how many connections are left, and are waiting
Updated by Matthias Van Ceulebroeck 18 days ago
- Target version changed from 4.11.3 to 4.11.4
Actions