feat: add session ID to sweep error logs
This commit is contained in:
parent
efca33a54e
commit
73f5224f63
1 changed files with 1 additions and 1 deletions
|
|
@ -802,7 +802,7 @@ function plugins (settings, deviceId) {
|
|||
return db.none(sql, row.id)
|
||||
}
|
||||
})
|
||||
.catch(err => logger.error('[%s] Sweep error: %s', cryptoCode, err.message))
|
||||
.catch(err => logger.error('[%s] [Session ID: %s] Sweep error: %s', cryptoCode, row.id, err.message))
|
||||
}
|
||||
|
||||
function sweepHd () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue