Home | History | Annotate | Download | only in scheduler

Lines Matching refs:logging

12 import logging
100 logging.exception('Exception escaping in monitor_db')
150 logging.error("Scheduler not enabled, set enable_scheduler to true in "
165 logging.info('os.environ: %s', os.environ)
199 logging.exception(e)
201 logging.exception('Uncaught exception, terminating monitor_db.')
213 logging.info("Shutdown request received.")
225 logging.info('Process lifetime %0.3f hours exceeded. Shutting down.',
234 logging.info("%s> dispatcher starting", time.strftime("%X %x"))
235 logging.info("My PID is %d", os.getpid())
238 logging.critical("monitor_db already running, aborting!")
259 logging.info("Setting signal handler")
271 logging.info("Connected! Running...")
445 logging.info('Logging garbage collector stats on tick %d.',
611 logging.exception('Skipping agent task for a malformed hqe.')
636 logging.exception('Skipping agent task for malformed special '
764 logging.info('Recovering Pending entry %s', entry)
768 logging.exception(
786 logging.error('Unrecovered Resetting host queue entry: %s. '
820 logging.exception('Skipping schedule for malformed '
850 logging.error(print_message, host.hostname)
944 logging.debug('Processing %d queue_entries', len(queue_entries))
1041 logging.warning(
1076 logging.warning(
1118 logging.info('Waiting for shard %s to abort hqe %s',
1122 logging.info('Aborting %s', entry)
1136 logging.debug('Aborting %d jobs this tick.', len(jobs_to_stop))
1237 logging.debug('Handling %d Agents', len(self._agents))
1245 logging.debug('Reached Limit of allowed running Agents.')
1266 logging.info('%d running processes. %d added this tick.',
1272 logging.debug(msg)
1277 logging.debug(msg)