-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #896 from lightninglabs/grpc-log-off
config: disable internal GRPC logger by default
- Loading branch information
Showing
2 changed files
with
53 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Release Notes | ||
|
||
- [Lightning Terminal](#lightning-terminal) | ||
- [Bug Fixes](#bug-fixes) | ||
- [Functional Changes/Additions](#functional-changesadditions) | ||
- [Technical and Architectural Updates](#technical-and-architectural-updates) | ||
- [Integrated Binary Updates](#integrated-binary-updates) | ||
- [LND](#lnd) | ||
- [Loop](#loop) | ||
- [Pool](#pool) | ||
- [Faraday](#faraday) | ||
- [Taproot Assets](#taproot-assets) | ||
- [Contributors](#contributors-alphabetical-order) | ||
|
||
## Lightning Terminal | ||
|
||
### Bug Fixes | ||
|
||
* [Disable the `GRPC` internal low-level connection logger by | ||
default](https://github.com/lightninglabs/lightning-terminal/pull/896). | ||
It can still be enabled by adding `,GRPC=info` at the end of the | ||
`lnd.debuglevel` or `remote.lit-debuglevel` configuration options. | ||
|
||
### Functional Changes/Additions | ||
|
||
### Technical and Architectural Updates | ||
|
||
## Integrated Binary Updates | ||
|
||
### LND | ||
|
||
### Loop | ||
|
||
### Pool | ||
|
||
### Faraday | ||
|
||
### Taproot Assets | ||
|
||
# Contributors (Alphabetical Order) | ||
|
||
- Oliver Gugger |