mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-09 23:02:38 -04:00
fix logging error messages
This commit is contained in:
parent
38fd1e6a4c
commit
bca85764bc
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ function start() {
|
|||
queue.process(processJob)
|
||||
console.log('Worker started')
|
||||
} catch (e) {
|
||||
logRelayerError(redis, e.message)
|
||||
logRelayerError(redis, e)
|
||||
console.error('error on start worker', e.message)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue