chore: version 1.0.7 - add log levels
- Add configurable log levels: DEBUG, INFO, WARN, ERROR - Replace debug.enabled with log.level in configuration - Add Warn/Warnf methods for warning messages - Log orphan events and buffer overflow as WARN - Log parse errors as WARN - Log raw events and correlations as DEBUG Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
17
CHANGELOG.md
17
CHANGELOG.md
@ -5,6 +5,23 @@ All notable changes to logcorrelator are documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.0.7] - 2026-03-01
|
||||
|
||||
### Added
|
||||
|
||||
- Log levels: DEBUG, INFO, WARN, ERROR configurable via `log.level`
|
||||
- `Warn` and `Warnf` methods for warning messages
|
||||
- Debug logs for events received from sockets and correlations
|
||||
- Warning logs for orphan events and buffer overflow
|
||||
|
||||
### Changed
|
||||
|
||||
- Configuration: `debug.enabled` replaced by `log.level` (DEBUG/INFO/WARN/ERROR)
|
||||
- Orphan events and buffer overflow now logged as WARN instead of DEBUG
|
||||
- Parse errors logged as WARN
|
||||
|
||||
---
|
||||
|
||||
## [1.0.6] - 2026-03-01
|
||||
|
||||
### Changed
|
||||
|
||||
Reference in New Issue
Block a user