mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-13 08:35:39 -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)
|
queue.process(processJob)
|
||||||
console.log('Worker started')
|
console.log('Worker started')
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
logRelayerError(redis, e.message)
|
logRelayerError(redis, e)
|
||||||
console.error('error on start worker', e.message)
|
console.error('error on start worker', e.message)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue