mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01: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
|
# lnd configuration - some values might be overruled directly systemd-service exec call parameters
|
||||||
|
|
||||||
[Application Options]
|
[Application Options]
|
||||||
debuglevel=debug
|
debuglevel=info
|
||||||
maxpendingchannels=5
|
maxpendingchannels=5
|
||||||
alias=raspiblitz
|
alias=raspiblitz
|
||||||
color=#68F442
|
color=#68F442
|
||||||
|
|||||||
@@ -302,7 +302,7 @@ listen=0.0.0.0:${portprefix}9735
|
|||||||
rpclisten=0.0.0.0:1${rpcportmod}009
|
rpclisten=0.0.0.0:1${rpcportmod}009
|
||||||
restlisten=0.0.0.0:${portprefix}8080
|
restlisten=0.0.0.0:${portprefix}8080
|
||||||
nat=false
|
nat=false
|
||||||
debuglevel=debug
|
debuglevel=info
|
||||||
gc-canceled-invoices-on-startup=true
|
gc-canceled-invoices-on-startup=true
|
||||||
gc-canceled-invoices-on-the-fly=true
|
gc-canceled-invoices-on-the-fly=true
|
||||||
ignore-historical-gossip-filters=1
|
ignore-historical-gossip-filters=1
|
||||||
|
|||||||
Reference in New Issue
Block a user