summaryrefslogtreecommitdiff
path: root/src/mongo/logger
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-1830-3291/+0
* SERVER-48412 Remove kRS log tagHenrik Edin2020-05-271-1/+0
* SERVER-41068 remove map_util.hBilly Donahue2020-05-022-10/+8
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-2618-778/+104
* SERVER-47736 logger::LogSeverityLimiter -> logv2::KeyedSeveritySuppressorBilly Donahue2020-04-251-111/+0
* SERVER-47697 Remove logging/log_test.cc and support files.Billy Donahue2020-04-2312-1864/+3
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-156-58/+221
* SERVER-47207 move parser from logger to db/commandBilly Donahue2020-04-134-364/+0
* SERVER-46801 Convert unittest library to structured logs.Billy Donahue2020-04-022-0/+5
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-1/+2
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-106-256/+1
* SERVER-44841 Revisit log levels for new migration protocolAlex Taskov2020-02-292-0/+6
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-10/+0
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-283-21/+21
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-272-0/+48
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-233-49/+52
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45301 Not all expected aliases are present in the ninja generator outputMathew Robinson2020-02-131-0/+1
* SERVER-46058 Redaction of BSONObj results in BSONObj and not a string.Henrik Edin2020-02-123-6/+6
* SERVER-45985 Add truncation support to the text formatterHenrik Edin2020-02-061-1/+3
* SERVER-45558 Revert logging additions for TLA+ Trace Checker projectA. Jesse Jiryu Davis2020-01-292-5/+0
* SERVER-45705 Fix ODR violation in LogOptions where logv2 component could be w...Henrik Edin2020-01-271-0/+1
* SERVER-445566 legacy logging cleanupsGabriel Russell2020-01-241-1/+4
* SERVER-45662 Update Flow Control timeAcquiringMicros in currentOpMaria van Keulen2020-01-231-1/+1
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-214-13/+53
* SERVER-45619 Fix so logv1 to v2 appender does not output large log warning in...Henrik Edin2020-01-171-3/+6
* SERVER-45524 remove support for logging void * typesGabriel Russell2020-01-161-8/+0
* SERVER-45443 Logv2 log statements are required to have a unique idHenrik Edin2020-01-141-5/+2
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-255-54/+43
* SERVER-44541 Attribute packing and extraction for logv2Henrik Edin2019-11-191-1/+0
* SERVER-43589 Failpoint to log TLA+ trace eventsA. Jesse Jiryu Davis2019-11-072-1/+6
* SERVER-44277 Add capability for shell to use logv2Henrik Edin2019-10-302-9/+66
* SERVER-43891 Cleanup logv2/log.h, remove log record abstraction.Henrik Edin2019-10-291-3/+3
* SERVER-43746 logv2 Tee and RamLogGabriel Russell2019-10-164-1/+39
* SERVER-42726 enable logging via logv2Gabriel Russell2019-10-031-0/+81
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-178-16/+16
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2712-42/+38
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-25/+24
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-172-6/+6
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-142-8/+8
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+1
* SERVER-40813 remove all -inl.h filesBilly Donahue2019-04-302-92/+54
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-1/+0
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-095-28/+22
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-2811-23/+28
* SERVER-37743 Debug logs should include the debug log levelAndrew Morrow2019-03-156-54/+76
* SERVER-37412 Added LogSeverityLimiter for timed loggingBen Caimano2019-02-201-0/+111
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1346-50/+0
* SERVER-34260 Move bookkeeping functions into ConnectionInterfaceJonathan Reams2019-01-232-0/+6
* SERVER-37880 Merge the barrier functionality to be part of the unittests libraryKaloian Manassiev2019-01-101-2/+1