You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/lnd/release-notes/release-notes-0.19.0.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,9 @@
57
57
# Improvements
58
58
## Functional Updates
59
59
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.
61
63
62
64
* The SCB file now [contains more data][https://github.com/lightningnetwork/lnd/pull/8183]
63
65
that enable a last resort rescue for certain cases where the peer is no longer
@@ -88,6 +90,14 @@
88
90
Finally, the new `--logging.console.style` option can be used under the `dev`
89
91
build tag to add styling to console logging.
90
92
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
0 commit comments