add: log pool flushes

Emit a dedicated PoolFlushed observation when the DB pool is released during schema cache reload.
This commit is contained in:
Michał Kłeczek
2026-04-16 11:18:44 +05:00
committed by Taimoor Zaeem
parent d369d2c41e
commit df87ce46ed
7 changed files with 74 additions and 5 deletions
+4
View File
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. From versio
## Unreleased
### Added
- Log when the pool is released during schema cache reload on `log-level=debug` by @mkleczek in #4668
## [14.9] - 2026-04-10
### Added