Skip to content

Commit

Permalink
docs: add release note entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ellemouton committed Sep 16, 2024
1 parent 140a5f0 commit 03c2689
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/release-notes/release-notes-0.19.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -66,5 +76,6 @@
# Contributors (Alphabetical Order)

* CharlieZKSmith
* Elle Mouton
* Pins
* Ziggie

0 comments on commit 03c2689

Please sign in to comment.