Skip to content

Commit b18a777

Browse files
Merge pull request #708 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 6d2b84b + 7e5f5bf commit b18a777

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/lnd/release-notes/release-notes-0.19.0.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@
5757
# Improvements
5858
## Functional Updates
5959

60-
* [Allow](https://github.com/lightningnetwork/lnd/pull/9017) the compression of logs during rotation with ZSTD via the `logcompressor` startup argument.
60+
* [Allow](https://github.com/lightningnetwork/lnd/pull/9017) the compression of
61+
logs during rotation with ZSTD via the `logging.file.compressor` startup
62+
argument.
6163

6264
* The SCB file now [contains more data][https://github.com/lightningnetwork/lnd/pull/8183]
6365
that enable a last resort rescue for certain cases where the peer is no longer
@@ -88,6 +90,14 @@
8890
Finally, the new `--logging.console.style` option can be used under the `dev`
8991
build tag to add styling to console logging.
9092

93+
* [Add max files and max file size](https://github.com/lightningnetwork/lnd/pull/9233)
94+
options to the `logging` config namespace under new `--logging.file.max-files`
95+
and `--logging.files.max-file-size` options. The old options (`--maxlogfiles`
96+
and `--maxlogfilesize`) will still work but deprecation notices have been
97+
added and they will be removed in a future release. The defaults values for
98+
these options have also been increased from max 3 log files to 10 and from
99+
max 10 MB to 20 MB.
100+
91101
## Breaking Changes
92102
## Performance Improvements
93103

0 commit comments

Comments
 (0)