Searched refs:BBLogFormatter (Results 1 – 11 of 11) sorted by relevance
110 if record.levelno in [bb.msg.BBLogFormatter.ERROR, bb.msg.BBLogFormatter.CRITICAL]:118 if record.levelno == bb.msg.BBLogFormatter.PLAIN:120 elif record.levelno == bb.msg.BBLogFormatter.WARNING:167 forcelevel = bb.msg.BBLogFormatter.ERROR169 forcelevel = bb.msg.BBLogFormatter.WARNING225 event.levelno = bb.msg.BBLogFormatter.WARNING230 if event.levelno <= bb.msg.BBLogFormatter.NOTE and (event.levelno < llevel or (231 … event.levelno == bb.msg.BBLogFormatter.NOTE and llevel != bb.msg.BBLogFormatter.VERBOSE)):235 … if event.taskpid in helper.running_tasks and event.levelno != bb.msg.BBLogFormatter.PLAIN:
117 …if record.levelno == bb.msg.BBLogFormatter.NOTE and (record.msg.startswith("Running") or record.ms…427 console_loglevel = bb.msg.BBLogFormatter.ERROR429 console_loglevel = bb.msg.BBLogFormatter.WARNING669 if event.levelno >= bb.msg.BBLogFormatter.ERRORONCE:672 elif event.levelno == bb.msg.BBLogFormatter.WARNING:679 … <= bb.msg.BBLogFormatter.NOTE and (event.levelno < llevel or (event.levelno == bb.msg.BBLogFormat…683 …idmap and event.levelno not in [bb.msg.BBLogFormatter.PLAIN, bb.msg.BBLogFormatter.WARNONCE, bb.ms…686 …asattr(event, 'fn') and event.levelno not in [bb.msg.BBLogFormatter.WARNONCE, bb.msg.BBLogFormatte…
70 logformat = bb.msg.BBLogFormatter(format_str)146 formatter = bb.msg.BBLogFormatter(format_str)
42 from bb.msg import BBLogFormatter as formatter
22 class BBLogFormatter(logging.Formatter): class136 if record.levelno == bb.msg.BBLogFormatter.WARNONCE:140 if record.levelno == bb.msg.BBLogFormatter.ERRORONCE:171 loggerDefaultLogLevel = BBLogFormatter.NOTE179 bb.msg.loggerDefaultLogLevel = BBLogFormatter.DEBUG - debug + 1181 bb.msg.loggerDefaultLogLevel = BBLogFormatter.VERBOSE183 bb.msg.loggerDefaultLogLevel = BBLogFormatter.NOTE213 return getattr(BBLogFormatter, level)232 format = bb.msg.BBLogFormatter("%(levelname)s: %(message)s")
133 from bb.msg import BBLogFormatter145 formatter = BBLogFormatter("%(levelname)s: %(message)s")
273 logformatter = bb.msg.BBLogFormatter("%(levelname)s: %(message)s")
71 from bb.msg import BBLogFormatter75 isinstance(handler.formatter, BBLogFormatter)):
196 formatter = bb.msg.BBLogFormatter("%(levelname)s: %(message)s")
21 from bb.msg import BBLogFormatter32 formatter = BBLogFormatter("%(levelname)s: %(message)s")
71 conlogformat = bb.msg.BBLogFormatter(format_str)