From eddcdb2a5a1997439bb12792667ba7df26a5cf23 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 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 9ff363c03..9e43ab1ec 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -75,6 +75,16 @@ config settings to its own dedicated group. The old ones still work but will be removed in a future release. +* [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.style` option can be used under the `dev` build tag to add + styling to console logging. + ## Breaking Changes ## Performance Improvements