diff --git a/docs/lnd/release-notes/release-notes-0.19.0.md b/docs/lnd/release-notes/release-notes-0.19.0.md index 3b20a05..0e960be 100644 --- a/docs/lnd/release-notes/release-notes-0.19.0.md +++ b/docs/lnd/release-notes/release-notes-0.19.0.md @@ -57,7 +57,9 @@ # Improvements ## Functional Updates -* [Allow](https://github.com/lightningnetwork/lnd/pull/9017) the compression of logs during rotation with ZSTD via the `logcompressor` startup argument. +* [Allow](https://github.com/lightningnetwork/lnd/pull/9017) the compression of + logs during rotation with ZSTD via the `logging.file.compressor` startup + argument. * The SCB file now [contains more data][https://github.com/lightningnetwork/lnd/pull/8183] that enable a last resort rescue for certain cases where the peer is no longer @@ -88,6 +90,14 @@ Finally, the new `--logging.console.style` option can be used under the `dev` build tag to add styling to console logging. +* [Add max files and max file size](https://github.com/lightningnetwork/lnd/pull/9233) + options to the `logging` config namespace under new `--logging.file.max-files` + and `--logging.files.max-file-size` options. The old options (`--maxlogfiles` + and `--maxlogfilesize`) will still work but deprecation notices have been + added and they will be removed in a future release. The defaults values for + these options have also been increased from max 3 log files to 10 and from + max 10 MB to 20 MB. + ## Breaking Changes ## Performance Improvements