Lines Matching defs:log
44 log = logging.getLogger(__name__)
66 log.info("[DICT] Listening on %s", local_bind)
91 log.debug("[DICT] Incoming data: %r", data)
94 log.debug("[DICT] Received verification request from test "
102 log.debug("[DICT] Received normal request")
107 log.debug("[DICT] Responding with %r", response)
111 log.exception("[DICT] IOError hit during request")
126 help="file name for the log")
190 log.exception(e)
196 log.info("[DICT] Returning %d", rc)