From 03c26898ca19cb64c6480e0cc2abbb313a092382 Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Tue, 10 Sep 2024 20:34:31 +0200 Subject: [PATCH] docs: add release note entry --- docs/release-notes/release-notes-0.19.0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index bda488095a5..42093dde54f 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -43,6 +43,16 @@ ## lncli Updates ## Code Health + +* [Update to use structured + logging](https://github.com/lightningnetwork/lnd/pull/9083). This also + introduces a new `--logging.console.disable` option to disable logs being + written to stdout and a new `--logging.file.disable` option to disable writing + logs to the standard log file. It also adds `--logging.console.no-timestamps` + and `--logging.file.no-timestamps` which can be used to omit timestamps in + log messages for the respective loggers. Finally, the new + `--logging.console.color` option can be used to manipulate the color + formatting of the console logger. ## Breaking Changes ## Performance Improvements @@ -66,5 +76,6 @@ # Contributors (Alphabetical Order) * CharlieZKSmith +* Elle Mouton * Pins * Ziggie