multi: add persistent logger

This commit is contained in:
Oliver Gugger 2019-10-28 17:06:07 +01:00
parent 0d76d6e162
commit b574e344ea
No known key found for this signature in database
GPG key ID: 8E4256593F177720
18 changed files with 201 additions and 135 deletions

View file

@ -44,7 +44,7 @@ func newSwapKit(hash lntypes.Hash, swapType swap.Type, cfg *swapConfig,
log := &swap.PrefixLog{
Hash: hash,
Logger: logger,
Logger: log,
}
// Log htlc address for debugging.