Updated chnagelog

Signed-off-by: Priyansh Choudhary <im1706@gmail.com>
This commit is contained in:
Priyansh Choudhary
2025-08-11 15:08:33 +05:30
parent 815ae8af02
commit e471e0f561

View File

@@ -1,6 +1 @@
### Enhanced Logging Support for UDM Repositories
- Introduced context-based logger utilities (`WithLogger` and `LoggerFromContext`) in `pkg/repository/udmrepo/logging/context.go` to allow passing and retrieving loggers via context.
- Refactored backend implementations (Azure, GCS, S3, and Filesystem) to use context-based logging instead of passing loggers directly through options or arguments
**PR:** [#9168](https://github.com/vmware-tanzu/velero/pull/9168) - Add context logger utilities for enhanced logging support
Introduced context-based logger for backend implementations (Azure, GCS, S3, and Filesystem)