fix logging error messages
This commit is contained in:
parent
38fd1e6a4c
commit
bca85764bc
@ -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…
Reference in New Issue
Block a user