mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 08:54:16 +01:00
fresh lnd - loglevel to info
This commit is contained in:
parent
c2df07efd1
commit
970b4dfb5d
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# lnd configuration - some values might be overruled directly systemd-service exec call parameters
|
||||
|
||||
[Application Options]
|
||||
debuglevel=debug
|
||||
debuglevel=info
|
||||
maxpendingchannels=5
|
||||
alias=raspiblitz
|
||||
color=#68F442
|
||||
|
|
|
@ -302,7 +302,7 @@ listen=0.0.0.0:${portprefix}9735
|
|||
rpclisten=0.0.0.0:1${rpcportmod}009
|
||||
restlisten=0.0.0.0:${portprefix}8080
|
||||
nat=false
|
||||
debuglevel=debug
|
||||
debuglevel=info
|
||||
gc-canceled-invoices-on-startup=true
|
||||
gc-canceled-invoices-on-the-fly=true
|
||||
ignore-historical-gossip-filters=1
|
||||
|
|
Loading…
Add table
Reference in a new issue