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 12, 2024
1 parent b560ad7 commit cde7702
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func defaultConsoleOptions() *handlerOptions {
return &handlerOptions{
reportTimestamp: true,
timeFormat: defaultTimeFormat,
color: ColorAuto,
color: ColorOff,
style: defaultConsoleStyle(),
}
}
Expand Down
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 @@ -41,6 +41,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 @@ -62,5 +72,6 @@
# Contributors (Alphabetical Order)

* CharlieZKSmith
* Elle Mouton
* Pins
* Ziggie

0 comments on commit cde7702

Please sign in to comment.