mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-18 11:40:33 +02:00
fresh lnd - loglevel to info
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user