Lines Matching refs:log
42 log = logging.getLogger(__name__) variable
63 log.info("Listening on %s", local_bind)
89 log.debug("Incoming data: %r", data)
92 log.debug("Received verification request from test framework")
100 log.debug("Received normal request - echoing back")
104 log.debug("Sending %r", response_data)
114 log.exception("IOError hit during request")
156 log.error("Unexpected byte %s in state %s",
168 log.debug("Starting negotiation (IAC)")
176 log.debug("In negotiation (%s)",
181 log.debug("Client is willing")
186 log.debug("Client is unwilling")
190 log.debug("Client can do")
194 log.debug("Client can't do")
198 log.error("Unexpected byte %s in state %s",
209 log.debug("Option: %s", NegOptions.from_val(byte_int))
216 log.error("Unexpected byte %s in state %s",
230 log.debug("Sending DO %s", option_str)
234 log.debug("Sending DONT %s", option_str)
238 log.debug("Sending WILL %s", option_str)
242 log.debug("Sending WONT %s", option_str)
362 log.exception('Error in telnet server')
368 log.info("Returning %d", rc)