Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: disable internal GRPC logger by default
The GRPC connection logger is very verbose and normally not very useful. So it leads to more confusion and unnecessary log bloat than it actually helps to debug things. So we disable it by default, meaning that if GRPC=<level> doesn't appear in the log level config string, we add GRPC=off. That means we can still manually turn it on by adding ,GRPC=info to the log config (e.g. --lnd.debuglevel=debug,GRPC=info).
- Loading branch information