summaryrefslogtreecommitdiff
path: root/src/mongo/logv2/log_detail.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+2
* SERVER-66368 no reentrancy during loggingsergey.galtsev2022-06-241-3/+39
* SERVER-63843 Don't allow recursive doLog in sync signal handlersGabriel Marks2022-05-271-2/+38
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62441 Define a new type mongo::TenantId for tenant idSophia Tan2022-01-201-1/+2
* SERVER-59718 Guard tenantID callback against shutdown destruction orderingSara Golemon2021-09-151-3/+4
* SERVER-59609 Do not shadow function parameter in tenantID handlerSara Golemon2021-09-031-2/+2
* SERVER-59463 Add tenant ID to log messagesSara Golemon2021-08-241-0/+22
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Mark Benvenuto2021-04-211-31/+30
* Revert "SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)"XueruiFa2021-03-171-30/+31
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Billy Donahue2021-03-171-31/+30
* SERVER-47933 runtime attr unique checkBilly Donahue2020-07-011-0/+35
* Revert "SERVER-47933 runtime attr unique check"Pierlauro Sciarelli2020-07-011-30/+0
* SERVER-47933 runtime attr unique checkBilly Donahue2020-06-301-0/+30
* SERVER-47332 Add way to do unstructured logging for local developmentHenrik Edin2020-04-241-0/+74
* SERVER-43933 open namespace mongo::logv2 C++17 syntaxBilly Donahue2020-03-251-6/+2
* SERVER-46520 Add mechanism to emit uassert as part of a logv2 log statementHenrik Edin2020-03-031-2/+6
* SERVER-45985 Add truncation support to the text formatterHenrik Edin2020-02-061-1/+2
* SERVER-45705 Fix ODR violation in LogOptions where logv2 component could be w...Henrik Edin2020-01-271-0/+1
* SERVER-45443 Logv2 log statements are required to have a unique idHenrik Edin2020-01-141-3/+3
* SERVER-44541 Attribute packing and extraction for logv2Henrik Edin2019-11-191-2/+3
* SERVER-43891 Cleanup logv2/log.h, remove log record abstraction.Henrik Edin2019-10-291-23/+1
* SERVER-43759 Implement log domains with filtering.Henrik Edin2019-10-101-3/+3
* SERVER-42726 enable logging via logv2Gabriel Russell2019-10-031-0/+91