Searched refs:raiseExceptions (Results 1 – 7 of 7) sorted by relevance
49 orig = logging.raiseExceptions50 logging.raiseExceptions = False52 logging.raiseExceptions = orig
63 raiseExceptions = True variable1018 if raiseExceptions and sys.stderr: # see issue 138071542 if raiseExceptions:1705 elif raiseExceptions and not self.manager.emittedNoHandlerWarning:2193 if raiseExceptions:
769 old_raise = logging.raiseExceptions781 logging.raiseExceptions = False786 logging.raiseExceptions = old_raise4076 old_raise_exceptions = logging.raiseExceptions4099 logging.raiseExceptions = False4106 logging.raiseExceptions = old_raise_exceptions4140 raise_exceptions = logging.raiseExceptions4192 logging.raiseExceptions = False4196 logging.raiseExceptions = False4200 logging.raiseExceptions = False[all …]
778 * If *logging.raiseExceptions* is ``False`` (production mode), the event is781 * If *logging.raiseExceptions* is ``True`` (development mode), a message1022 checks to see if a module-level variable, :data:`raiseExceptions`, is set. If1026 .. note:: The default value of :data:`raiseExceptions` is ``True``. This is1028 exceptions that occur. It's advised that you set :data:`raiseExceptions` to
1028 :attr:`logging.raiseExceptions` is ``False``) or a message printed to1029 ``sys.stderr`` (if :attr:`logging.raiseExceptions` is ``True``).
492 ``raiseExceptions`` is ``False``, exceptions get silently ignored. This is497 occurred. (The default value of ``raiseExceptions`` is ``True``, as that is
1196 :attr:`logging.raiseExceptions`. The new default handler is stored in