mirror of
https://github.com/aljazceru/plugins.git
synced 2026-01-05 22:34:20 +01:00
drain: reduce some log output to debug
This commit is contained in:
committed by
Christian Decker
parent
bfc160b3c6
commit
30463bf169
@@ -272,9 +272,9 @@ def try_for_htlc_fee(plugin, payload, peer_id, amount, chunk, spendable_before):
|
||||
excludes += [worst_channel_id + '/0', worst_channel_id + '/1']
|
||||
continue
|
||||
|
||||
plugin.log("[%d/%d] Sending over %d hops to %s %s using %s fees" % (chunk+1, payload['chunks'], len(route), payload['command'], amount, fees))
|
||||
plugin.log("[%d/%d] Sending over %d hops to %s %s using %s fees" % (chunk+1, payload['chunks'], len(route), payload['command'], amount, fees), 'debug')
|
||||
for r in route:
|
||||
plugin.log(" - %s %14s %s" % (r['id'], r['channel'], r['amount_msat']))
|
||||
plugin.log(" - %s %14s %s" % (r['id'], r['channel'], r['amount_msat']), 'debug')
|
||||
|
||||
try:
|
||||
ours = get_ours(plugin, payload['scid'])
|
||||
|
||||
Reference in New Issue
Block a user