fix(logger): Replace raw console logging calls with structured logger usage across certificate management, connection handling, and route processing for improved observability.
This commit is contained in:
@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-05-19 - 19.3.11 - fix(logger)
|
||||
Replace raw console logging calls with structured logger usage across certificate management, connection handling, and route processing for improved observability.
|
||||
|
||||
- Replaced console.log, console.warn, and console.error in SmartCertManager with logger.log for more consistent logging.
|
||||
- Updated ConnectionManager and RouteConnectionHandler to log detailed connection events using a structured logger.
|
||||
- Enhanced logging statements with contextual metadata such as connection IDs, remote IPs, target information, and component identifiers.
|
||||
- Standardized log output across proxy modules to aid in debugging and monitoring.
|
||||
|
||||
## 2025-05-19 - 19.3.10 - fix(certificate-manager, smart-proxy)
|
||||
Fix race condition in ACME certificate provisioning and refactor certificate manager initialization to defer provisioning until after port listeners are active
|
||||
|
||||
|
Reference in New Issue
Block a user