Comment 0 for bug 117166

Revision history for this message
Julian Edwards (julian-edwards) wrote :

Many Soyuz tests use a "mock_logger" object for debug output and the code being tested has to pass around this logger object. Instead, the code should be using logging.getLogger() or simply directly use logging.debug()