mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
docs: add release note entry
This commit is contained in:
parent
8862ce99d5
commit
afbb9aa41c
1 changed files with 7 additions and 1 deletions
|
@ -162,6 +162,12 @@
|
||||||
Finally, the new `--logging.console.style` option can be used under the `dev`
|
Finally, the new `--logging.console.style` option can be used under the `dev`
|
||||||
build tag to add styling to console logging.
|
build tag to add styling to console logging.
|
||||||
|
|
||||||
|
* [Start adding a commit hash fingerprint to log lines by
|
||||||
|
default](https://github.com/lightningnetwork/lnd/pull/9314). This can be
|
||||||
|
disabled with the new `--logging.no-commit-hash"` option. Note that this extra
|
||||||
|
info will currently only appear in a few log lines, but more will be added in
|
||||||
|
future as the structured logging change is propagated throughout LND.
|
||||||
|
|
||||||
* [Add max files and max file size](https://github.com/lightningnetwork/lnd/pull/9233)
|
* [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`
|
options to the `logging` config namespace under new `--logging.file.max-files`
|
||||||
and `--logging.files.max-file-size` options. The old options (`--maxlogfiles`
|
and `--logging.files.max-file-size` options. The old options (`--maxlogfiles`
|
||||||
|
|
Loading…
Add table
Reference in a new issue