Lines Matching refs:logged
404 # larger values mean less information being logged. If you need specific
3372 # Original logger output has the stuff we logged.
3391 # Original logger output still has the stuff we logged before.
3409 # Original logger output still has the stuff we logged before.
3575 logged = []
3579 logged.append(msg)
3585 logger.warning('should appear in logged')
3586 logging.warning('should not appear in logged')
3588 self.assertEqual(logged, ['should appear in logged'])
3827 Five messages are logged then the QueueListener is stopped. This