-log-level flag now -loglevel
Some checks failed
CI / Lint (push) Has been cancelled
Auto-Update Go Modules / update-go-modules (push) Has been cancelled

upd README, CHANGELOG
This commit is contained in:
2025-04-05 22:15:29 +01:00
parent c7b9d75ea1
commit 09e4b107bf
3 changed files with 9 additions and 22 deletions

View File

@@ -11,11 +11,11 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
- [x]
# [0.4.0] - 2025-04-04
# [0.4.1] - 2025-04-05
### Changed
- `log-level` flag is now of type string. It accepts any one of trace, debug, info, warn, error, fatal or panic.
- `-loglevel` flag is now of type string. It accepts any one of trace, debug, info, warn, error, fatal or panic.
- It defaults to warn.
# [0.3.1] - 2025-03-31