SERVER-51016: Add Python logging.Handler for LogKeeper V3

This commit is contained in:
julianedwards
2020-11-20 15:41:26 -05:00
committed by Evergreen Agent
parent f3617ccb88
commit ee1e7ff457
28 changed files with 208 additions and 68 deletions

View File

@@ -26,4 +26,5 @@ class CPPIntegrationTestCase(interface.ProcessTestCase):
def _make_process(self):
return core.programs.generic_program(self.logger, [self.program_executable],
self.fixture.job_num, test_id=self._id,
**self.program_options)