diff --git a/build/handlers.go b/build/handlers.go index 0b6646418f9..63064ba3c35 100644 --- a/build/handlers.go +++ b/build/handlers.go @@ -73,7 +73,7 @@ func defaultConsoleOptions() *handlerOptions { return &handlerOptions{ reportTimestamp: true, timeFormat: defaultTimeFormat, - color: ColorAuto, + color: ColorOff, style: defaultConsoleStyle(), } } diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 919d25aa49d..1297691c4e8 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -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 @@ -62,5 +72,6 @@ # Contributors (Alphabetical Order) * CharlieZKSmith +* Elle Mouton * Pins * Ziggie