Lines Matching refs:LOG

33 LOG = logging.getLogger()
76 LOG.info('Invoking syntax check (%s)' % job.getId())
83 LOG.debug('Result from syntax check: %s' % result.getData())
90 LOG.info('Invoking semantic check (%s)' % job.getId())
93 LOG.debug('Result from semantic check: %s' % result.getData())
99 LOG.debug(traceback.format_exc())
100 LOG.error(msg)
126 LOG.warn('%s, %s' % (msg, job.getId()))
154 #LOG.debug("testSpec.compiler: %s" % repr(testSpec.compiler))
155 #LOG.debug("testSpec.interpreter: %s" % repr(testSpec.interpreter))
156 #LOG.debug("compiler: %s" % repr(compiler))
166 LOG.info('Running syntax check with test: %s' %
174 #LOG.debug(repr(module))
181 #LOG.debug('exitcode: %s' % repr(exitcode))
182 #LOG.debug('result: %s' % repr(result))
187 LOG.debug(traceback.format_exc())
188 LOG.error(msg);
191 LOG.debug('exitcode: %s' % repr(-exitcode))
203 LOG.error(msg)
293 #LOG.debug('%s' % tempfile.gettempdir())
294 #LOG.debug('%s' % dir)
295 #LOG.debug('%s' % name)
296 #LOG.debug('%s' % suffix)
331 #LOG.debug('args: %s' % repr(args))
332 #LOG.debug('options: %s' % repr(options))
346 #LOG.debug('args_encoded: %s' % repr(args_encoded))
347 #LOG.debug('options_encoded: %s' % repr(options_encoded))
355 LOG.debug('commandLine: %s' % commandLine)
368 LOG.info('Started %s %s in %s with PID %d' % (command,
376 LOG.debug('Killing %s %s: %d -> %i' %
404 #LOG.debug('exitcode: %s' % repr(exitcode))
405 #LOG.debug('stdout: %s' % repr(stdout))
434 LOG.debug('Deleting directory: %s' % path)
440 LOG.debug(traceback.format_exc())
441 LOG.warn('Internal error during clean up: %s: %s' % \