summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/logging
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70718 Resmoke on error should float the most important info to end of ...Tausif Rahman2023-02-182-0/+96
* SERVER-70483 Pass task execution to Logkeeperjulianedwards2022-10-171-0/+2
* SERVER-70488 Revert "SERVER-68244 discard logs from some successful patch bui...Rob Guo2022-10-123-31/+12
* SERVER-68593 Disable low value python warningsAlexander Neben2022-09-023-7/+3
* SERVER-68244 discard logs from some successful patch build testsRobert Guo2022-08-053-12/+31
* SERVER-65672 upgrade python packages to support 3.10Robert Guo2022-04-241-1/+4
* SERVER-65071 remove resmoke gRPC integrationRobert Guo2022-04-242-133/+1
* SERVER-63872 Tighter task and idle timeoutsMikhail Shchatko2022-03-012-3/+3
* SERVER-55828: Replace urllib3's 'method_whitelist' attribute with 'allowed_me...Varun Ravichandran2021-04-281-1/+1
* SERVER-54663: Pass group id to evergreen when running with resmoke with jasper.julianedwards2021-03-152-8/+1
* SERVER-54723 Shorten resmoke log prefixesMikhail Shchatko2021-03-042-35/+43
* SERVER-54866 Don't call get() on mocked objectRobert Guo2021-03-041-1/+4
* SERVER-51016: Add Python logging.Handler for LogKeeper V3julianedwards2021-01-222-8/+109
* SERVER-49504: Allow resmoke's mongo shell to log to Jasperjulianedwards2020-12-141-0/+38
* Revert "SERVER-49504: Allow resmoke's mongo shell to log to Jasper"Robert Guo2020-12-071-38/+0
* SERVER-49504: Revert "Revert "SERVER-49504: Allow resmoke's mongo shell to lo...julianedwards2020-11-061-0/+38
* Revert "SERVER-49504: Allow resmoke's mongo shell to log to Jasper"Robert Guo2020-10-151-38/+0
* SERVER-49504: Allow resmoke's mongo shell to log to Jasperjulianedwards2020-10-141-0/+38
* Revert "SERVER-49504: Allow resmoke's mongo shell to log to Jasper"Ben Caimano2020-10-121-38/+0
* SERVER-49504: Allow resmoke's mongo shell to log to Jasperjulianedwards2020-10-121-0/+38
* SERVER-48951: Add usability options for resmoke output.Daniel Gottlieb2020-07-231-1/+30
* SERVER-48112 Use Absolute Imports in ResmokeMikhail Shchatko2020-06-185-13/+12
* SERVER-48150 Streamline resmoke loggersCarl Raiden Worley2020-06-171-173/+121
* SERVER-48145 Extract resmoke logging configurationsCarl Raiden Worley2020-05-271-170/+115
* SERVER-46436 wait up to 5 minutes for the flush thread to finish after a task...Robert Guo2020-03-091-2/+6
* SERVER-46250 increase resmoke HTTP POST timeout to 65 secondsRobert Guo2020-02-201-1/+1
* SERVER-46250 increase resmoke HTTP POST timeout to 20 secondsRobert Guo2020-02-191-1/+1
* SERVER-46250 Hardcode buildlogger payload limit in resmokeRobert Guo2020-02-191-1/+5
* SERVER-42623 Remove events from scheduler using `is` operator.Max Hirschhorn2019-08-061-2/+3
* SERVER-40559 Python linters do not run after upgrade to Python 3Mark Benvenuto2019-04-161-0/+2
* SERVER-40514 Fix race in ResmokeMathew Robinson2019-04-081-1/+4
* SERVER-32295 Support Python 3Mathew Robinson2019-04-086-37/+24
* SERVER-39009 Make buildlogger credentials location configurableMathew Robinson2019-01-151-1/+2
* SERVER-35800 retry getting build_id and test_id from logkeeperRobert Guo2018-08-092-5/+22
* SERVER-35472 Avoid falling back to stderr in resmoke.py.Max Hirschhorn2018-06-082-41/+63
* SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams2018-04-056-187/+118
* SERVER-23312 Format Python files with yapfJonathan Abrahams2018-03-265-37/+32
* SERVER-33476 Rename CustomBehavior to HookYves Duhem2018-02-271-5/+5
* SERVER-32474 Fix double logging when using --log=buildlogger.Max Hirschhorn2018-01-101-2/+16
* SERVER-28396 Respect logkeeper's POST size limitYves Duhem2018-01-091-50/+112
* SERVER-31556 Use fixture logger as parent of hook logger.Max Hirschhorn2017-11-261-2/+2
* SERVER-31470 Move "run tests" logic into evergreen_run_tests.py.Max Hirschhorn2017-10-181-2/+2
* SERVER-25293 log hook testcases only to logkeeperRobert Guo2017-06-141-31/+10
* SERVER-28991 Eliminate having an AlarmClock thread for each test.Max Hirschhorn2017-05-162-58/+180
* SERVER-28714 Better fallback logger prefixRobert Guo2017-05-011-5/+10
* SERVER-28477 Resmoke logging refactoringYves Duhem2017-03-294-255/+430
* SERVER-27627 Tolerate much older versions of Python's requests package.Max Hirschhorn2017-03-011-15/+27
* SERVER-27627 use requests instead of urllib2 in resmoke.pyRobert Guo2017-02-282-40/+43
* Revert "SERVER-27627 use requests instead of urllib2 in resmoke.py"Robert Guo2017-02-242-20/+38
* SERVER-27627 use requests instead of urllib2 in resmoke.pyRobert Guo2017-02-242-38/+20