Fix log viewer: All events show as INFO.

This commit is contained in:
Maurus Decimus
2026-04-29 09:02:34 +02:00
parent ed849e86ba
commit 0b7492240b
31 changed files with 72 additions and 62 deletions

View File

@@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
## [0.16.3] - 2026-04-XX
If you are upgrading from v0.16.x, replace the binary (or run `docker pull`). If you are upgrading from v0.15.x and below, please read the [upgrading documentation](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_16.md) for more information on how to upgrade from previous versions.
## Added
## Changed
## Fixed
- Log viewer: All events show as `INFO`.
## [0.16.2] - 2026-04-28
If you are upgrading from v0.16.x, replace the binary (or run `docker pull`). If you are upgrading from v0.15.x and below, please read the [upgrading documentation](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_16.md) for more information on how to upgrade from previous versions.