add logging to tor
This commit is contained in:
		
							parent
							
								
									01097321f8
								
							
						
					
					
						commit
						54e31b6e8c
					
				@ -11,6 +11,7 @@ files:
 | 
				
			|||||||
        content: |
 | 
					        content: |
 | 
				
			||||||
            HTTPTunnelPort 127.0.0.1:7050
 | 
					            HTTPTunnelPort 127.0.0.1:7050
 | 
				
			||||||
            SocksPort 0
 | 
					            SocksPort 0
 | 
				
			||||||
 | 
					            Log notice file tor.log
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  sysvinit:
 | 
					  sysvinit:
 | 
				
			||||||
    tor:
 | 
					    tor:
 | 
				
			||||||
 | 
				
			|||||||
@ -84,7 +84,7 @@ export default {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        return await models.invoice.create({ data })
 | 
					        return await models.invoice.create({ data })
 | 
				
			||||||
      } catch (error) {
 | 
					      } catch (error) {
 | 
				
			||||||
        console.log(error, error[error.length - 1].metadata)
 | 
					        console.log(error)
 | 
				
			||||||
        throw error
 | 
					        throw error
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user