Home | History | Annotate | Download | only in hosts

Lines Matching refs:logging

6 import logging
171 logging.debug('Started XMLRPC server on host %s, pid = %s',
195 logging.info('Waiting %d seconds for XMLRPC server '
201 logging.error('Failed to start XMLRPC server.')
205 logging.error('The log of XML RPC server:\n%s',
208 logging.info('XMLRPC server started successfully.')
234 logging.warning('Jsonrpclib could not be imported. Check that '
240 logging.info('Established a jsonrpc connection through port %s.', port)
275 logging.info('Waiting for RPC server "%s" shutdown',
284 logging.info('Shut down RPC server.')