add logging to tor

This commit is contained in:
keyan 2021-06-10 15:54:22 -05:00
parent 01097321f8
commit 54e31b6e8c
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ files:
content: |
HTTPTunnelPort 127.0.0.1:7050
SocksPort 0
Log notice file tor.log
services:
sysvinit:
tor:

View File

@ -84,7 +84,7 @@ export default {
return await models.invoice.create({ data })
} catch (error) {
console.log(error, error[error.length - 1].metadata)
console.log(error)
throw error
}
},