diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-10 00:20:08 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-10 00:20:08 +0100 |
commit | 03e50ca399b44a26fefafe325ea40fa453b7d6ea (patch) | |
tree | 7efefb4eafdbff5adfb42b5013d2ea9fa6f06f31 /CHANGELOG.md | |
parent | b37432b1f435f88e18eb7779fecfc33a6260cef3 (diff) | |
download | mqttr-03e50ca399b44a26fefafe325ea40fa453b7d6ea.tar.gz mqttr-03e50ca399b44a26fefafe325ea40fa453b7d6ea.tar.xz mqttr-03e50ca399b44a26fefafe325ea40fa453b7d6ea.zip |
Configurable logging
Would be good to maybe log more things, and maybe play around with log
levels. But this is okay for now.
stderrlog probably will go at some point, too many unnecessary transient
dependencies
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 267a07f..8a8a8df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 * Configurable global timeout * Configurable per-program timeout +* Configurable logging ### Fixed |