Lines Matching defs:log
43 log = logging.getLogger(__name__)
67 log.info("Listening on %s", local_bind)
96 log.debug("Incoming data: %r", data)
99 log.debug("Received verification request from test framework")
107 log.debug("Received normal request - echoing back")
111 log.debug("Sending %r", response_data)
121 log.exception("IOError hit during request")
163 log.error("Unexpected byte %s in state %s",
175 log.debug("Starting negotiation (IAC)")
183 log.debug("In negotiation (%s)",
188 log.debug("Client is willing")
193 log.debug("Client is unwilling")
197 log.debug("Client can do")
201 log.debug("Client can't do")
205 log.error("Unexpected byte %s in state %s",
216 log.debug("Option: %s", NegOptions.from_val(byte_int))
223 log.error("Unexpected byte %s in state %s",
237 log.debug("Sending DO %s", option_str)
241 log.debug("Sending DONT %s", option_str)
245 log.debug("Sending WILL %s", option_str)
249 log.debug("Sending WONT %s", option_str)
308 help="file name for the log")
374 log.exception(e)
380 log.info("Returning %d", rc)