fix(DestinationLocal): Fix debug log rendering, add fallback for unknown log levels, and correct error prefix typo in local destination
This commit is contained in:
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-05-20 - 3.1.4 - fix(DestinationLocal)
|
||||
Fix debug log rendering, add fallback for unknown log levels, and correct error prefix typo in local destination
|
||||
|
||||
- Added tests for debug and unknown log levels in DestinationLocal
|
||||
- Refactored log string generation to use a fallback style for undefined levels
|
||||
- Fixed typo: replaced non-existent 'errorPrefix' with 'error.prefix'
|
||||
|
||||
## 2025-05-19 - 3.1.3 - fix(documentation)
|
||||
Update API reference and enhance README with detailed examples and usage instructions
|
||||
|
||||
|
Reference in New Issue
Block a user