It's important for observability to have an historic trace of the pool size. Currently we expose it on the metrics endpoint, but not all deployments use it.
This logs the pool size after the successful connection log to make it more visible:
<timestamp>: Connection Pool initialized with a maximum size of 4 connections
It's important for observability to have an historic trace of the pool size. Currently we expose it on the metrics endpoint, but not all deployments use it.
This logs the pool size after the successful connection log to make it more visible: