Searched refs:LOG (Results 1 - 25 of 43) sorted by relevance

12

/ec/ECSpooler/backends/haskell/
H A D__init__.py9 LOG = logging.getLogger( variable
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/
H A Dsetuphandlers.py16 from Products.ECAutoAssessmentBox import LOG namespace
31 LOG.debug("Hiding '%s' from navigation" % config.ECS_NAME)
56 LOG.warn('Could not unindex object: %s' % tool_id)
64 LOG.debug("Fixing '%s' after installation" % config.ECS_NAME)
80 LOG.debug('Updating role mappings')
93 #LOG.debug('Post installation...')
115 LOG.info("Installing QI dependencies...")
123 LOG.info('Reinstalling dependency %s:' % dependency)
127 LOG.info('Installing dependency %s:' % dependency)
164 LOG
[all...]
/ec/ECSpooler/lib/
H A DService.py24 LOG = logging.getLogger() variable
73 LOG.debug(self._server)
95 LOG.info('Starting server thread (%s)...' % (self._className, ))
105 LOG.warn("signal.SIGTERM is not defined - skipping it.")
112 LOG.warn('signal.SIGBREAK is not defined - skipping it.')
121 LOG.info('Received keyboard interrupt.')
135 LOG.info('Received signal %s, shutting down...' % (signal, ))
140 LOG.info('Stopping server thread...')
142 LOG.info('Exiting.')
H A DSpooler.py24 LOG = logging.getLogger() variable
62 LOG.debug('Using job store %s' % config.JOB_QUEUE_STORAGE)
66 LOG.debug("Using result store %s" % config.RESULT_QUEUE_STORAGE)
70 LOG.debug("Using retry store %s" % config.RETRY_QUEUE_STORAGE)
111 LOG.info('Starting scheduler thread (%s)...' % self._className)
124 LOG.info('Stopping scheduler thread (%s)...' % self._className)
128 LOG.debug('Scheduler thread is still alive, waiting %ds' %
132 LOG.info('Stopping backends...')
171 # LOG.info("Stopping backend '%s' at '%s'" % (uid, backend['url']))
214 LOG
[all...]
H A DProgrammingBackend.py33 LOG = logging.getLogger() variable
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
[all...]
H A DBackend.py24 LOG = logging.getLogger() variable
58 LOG.warn(ioe)
109 LOG.debug("Registering backend '%s (%s)' at '%s'" %
123 LOG.error("Can't add backend to spooler: %s: %s" %
134 LOG.debug("Removing backend '%s (%s)' from ECSpooler '%s'" %
141 LOG.warn("Socket error: %s (%s)" % (serr, self.spooler))
145 LOG.warn("XMLRPC error: %s (%s)" % (err, self.spooler,))
169 LOG.warn(msg)
173 LOG.debug("Calling 'self._stop(%s, %s)'" % (signal.SIGTERM, None))
205 LOG
[all...]
/ec/ECSpooler/backends/keywords/
H A DKeywords.py24 LOG = logging.getLogger() variable
97 LOG.info('Executing tests (%s)' % job.getId())
102 LOG.error(msg)
122 LOG.warn('%s, %s' % (msg, job.getId()))
137 LOG.warn('%s, %s' % (msg, job.getId()))
158 LOG.debug('Running test: %s' % test.getName())
174 LOG.error(msg)
/ec/ECAssignmentBox/Products/ECAssignmentBox/
H A Dsetuphandlers.py16 from Products.ECAssignmentBox import LOG namespace
52 LOG.warn('Could not unindex object: %s' % tool_id)
105 LOG.info('Reinstalling dependency %s:' % dependency)
109 LOG.info('Installing dependency %s:' % dependency)
143 LOG.info('Indexes %s re-indexed.' % indexes)
/ec/ECSpooler/lib/util/
H A Dauth.py26 LOG = logging.getLogger(); variable
71 LOG.warn("Authorization failed for %s: Root privileges "
84 LOG.info("Authorization failed: %s" % err)
96 LOG.warn('Wrong password. Waiting %d seconds to prevent '
122 LOG.error(ioe)
123 LOG.warn('No user accounts available.')
133 #LOG.debug("Added user '%s'" % username)
H A DSpoolerQueue.py12 from lib.Spooler import LOG namespace
48 LOG.warn(msg)
59 LOG.error(msg)
122 LOG.warn(str(e))
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/tool/
H A DECSpoolerTool.py33 from Products.ECAutoAssessmentBox import LOG namespace
88 LOG.debug("Requesting spooler status information")
92 LOG.debug("%s" % repr(spooler))
97 LOG.warn("%s" % e)
99 LOG.warn("%s" % e)
109 LOG.debug("Trying to get available backends from...")
113 #LOG.debug("%s" % repr(spooler))
118 LOG.warn("%s" % e)
120 LOG.warn("%s" % e)
130 #LOG
[all...]
/ec/ECLecture/Products/ECLecture/
H A Dsetuphandlers.py16 from Products.ECLecture import LOG namespace
59 LOG.info('Installing dependency %s:' % dependency)
89 LOG.info('Indexes %s re-indexed' % indexes)
/ec/ECSpooler/backends/javare/
H A DJavaRE.py26 LOG = logging.getLogger() variable
257 LOG.warn('%s, %s' % (msg, job.getId()))
272 LOG.warn('%s, %s' % (msg, job.getId()))
311 LOG.debug('Running semantic check with test: %s' % test.getName())
352 LOG.error(msg)
370 LOG.error(msg)
399 LOG.error(msg)
415 LOG.error(msg)
421 LOG.debug('exitcode: %s' % repr(exitcode))
432 LOG
[all...]
/ec/ECSpooler/backends/sql/
H A DSQL.py29 LOG = logging.getLogger() variable
150 LOG.warn('%s, %s' % (msg, job.getId()))
169 LOG.debug('Running SQL check with test: %s' % test.getName())
200 LOG.error(msg)
213 LOG.debug(solved)
214 LOG.debug(feedback)
/ec/ECSpooler/backends/echo/
H A DEcho.py12 LOG = logging.getLogger() variable
/ec/ECSpooler/backends/xml/
H A DXML.py29 LOG = logging.getLogger() variable
148 LOG.info('Executing tests (%s)' % job.getId())
152 LOG.error(msg)
173 LOG.warn('%s, %s' % (msg, job.getId()))
206 def _writeXML(self, name, content, suffix, LOG, dtdName='dtd'):
236 LOG.info('Testing well-formedness of XML file.')
268 LOG.info('Not testing well-formedness of XML file.')
290 LOG.info("Validating student's submission against a DTD.")
320 LOG.info('Not testing against a DTD, since it was not specified.')
345 LOG
[all...]
/ec/ECSpooler/backends/erlang/
H A DErlang.py25 LOG = logging.getLogger() variable
32 LOG.warn('%s: %s' % (sys.exc_info()[0], ioe))
39 LOG.warn('%s: %s' % (sys.exc_info()[0], ioe))
183 LOG.warn('%s, %s' % (msg, job.getId()))
198 LOG.warn('%s, %s' % (msg, job.getId()))
224 LOG.debug('Running semantic check with test: %s' % test.getName())
267 LOG.error(msg)
322 LOG.error(msg)
/ec/ECSpooler/backends/junit/
H A DJUnit.py52 LOG = logging.getLogger() variable
287 LOG.info('Running syntax check with test: %s' % testSpec.getName())
317 LOG.error(msg)
320 LOG.debug('exitcode: %s' % repr(-exitcode))
332 LOG.error(msg)
365 LOG.warn('%s, %s' % (message, job.getId()))
373 LOG.warn('%s, %s' % (message, job.getId()))
432 LOG.error(message)
/ec/ECSpooler/backends/scheme/
H A DScheme.py24 LOG = logging.getLogger() variable
31 LOG.warn('%s: %s' % (sys.exc_info()[0], ioe))
38 LOG.warn('%s: %s' % (sys.exc_info()[0], ioe))
198 LOG.warn('%s: %s' % (sys.exc_info()[0], e))
223 LOG.warn('%s, %s' % (msg, job.getId()))
238 LOG.warn('%s, %s' % (msg, job.getId()))
271 LOG.debug('Running semantic check with test: %s' %
333 LOG.error(msg)
/ec/ECSpooler/backends/haskellext/
H A DHaskellExt.py32 LOG = logging.getLogger() variable
107 LOG.warn('%s, %s' % (msg, job.getId()))
122 LOG.warn('%s, %s' % (msg, job.getId()))
160 LOG.debug('Running semantic check with test: %s' % test.getName())
230 LOG.error(msg)
/ec/ECSpooler/backends/haskellqc/
H A DHaskellQC.py40 LOG = logging.getLogger() variable
145 LOG.warn('%s, %s' % (msg, job.getId()))
172 LOG.warn('%s, %s' % (msg, job.getId()))
188 LOG.debug('Running semantic check with test: %s' % test.getName())
223 LOG.error(msg)
239 #LOG.debug(result)
/ec/ECSpooler/backends/python/
H A DPython.py25 LOG = logging.getLogger() variable
31 LOG.warn('%s: %s' % (sys.exc_info()[0], ioe))
38 LOG.warn('%s: %s' % (sys.exc_info()[0], ioe))
155 LOG.warn('%s, %s' % (msg, job.getId()))
170 LOG.warn('%s, %s' % (msg, job.getId()))
195 LOG.debug('Running semantic check with test: %s' %
242 LOG.error(msg)
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/content/
H A DDynamicDataField.py31 from Products.ECAutoAssessmentBox import LOG namespace
105 LOG.warn('Unhandled type in fields')
106 LOG.warn(value)
/ec/ECSpooler/backends/haskellio/
H A DHaskellIO.py15 LOG = logging.getLogger() variable
/ec/ECSpooler/backends/pyunit/
H A DPyUnit.py16 LOG = logging.getLogger() variable
130 LOG.warn('%s, %s' % (msg, job.getId()))
155 LOG.debug('Running semantic check with test: %s' %
197 LOG.error(msg)

Completed in 4368 milliseconds

12