docs: add release notes

This commit is contained in:
Elle Mouton 2024-10-29 18:12:18 +02:00
parent 22c13790df
commit 8106810d9e
No known key found for this signature in database
GPG Key ID: D7D916376026F177

View File

@ -90,6 +90,12 @@
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.
## Breaking Changes
## Performance Improvements