DrBotIRC: don't log XML-RPC requests
This commit is contained in:
		
							parent
							
								
									83039d4d46
								
							
						
					
					
						commit
						b1d2e06639
					
				| @ -165,7 +165,7 @@ class DrBotIRC(irclib.IRC): | ||||
|                 if host and port: | ||||
|                     self.funcs = DrBotzoMethods(self) | ||||
| 
 | ||||
|                     self.xmlrpc = SimpleXMLRPCServer((host, port)) | ||||
|                     self.xmlrpc = SimpleXMLRPCServer((host, port), logRequests=False) | ||||
|                     self.xmlrpc.register_introspection_functions() | ||||
|                     self.xmlrpc.register_instance(self.funcs) | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user