feat: add session ID to sweep error logs
This commit is contained in:
parent
b9faab04b3
commit
763aff44da
1 changed files with 1 additions and 1 deletions
|
|
@ -802,7 +802,7 @@ function plugins (settings, deviceId) {
|
||||||
return db.none(sql, row.id)
|
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 () {
|
function sweepHd () {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue