add logging to tor
This commit is contained in:
parent
01097321f8
commit
54e31b6e8c
|
@ -11,6 +11,7 @@ files:
|
|||
content: |
|
||||
HTTPTunnelPort 127.0.0.1:7050
|
||||
SocksPort 0
|
||||
Log notice file tor.log
|
||||
services:
|
||||
sysvinit:
|
||||
tor:
|
||||
|
|
|
@ -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
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue