docs: add release note entry

This commit is contained in:
Elle Mouton 2024-09-10 20:34:31 +02:00
parent 9d0cd3ff4f
commit eddcdb2a5a
No known key found for this signature in database
GPG Key ID: D7D916376026F177

View File

@ -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