summaryrefslogtreecommitdiff
path: root/src/mongo/logv2
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66281 Logging subsystem has become aware of tenant IDsmathisbessamdb2023-05-168-21/+16
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-112-0/+2
* SERVER-57056 Give LogSeverity::Log() messages syslog severity level infoGabriel Marks2023-04-121-1/+1
* SERVER-71744 Move atomic, mutex and nonmongo assert to clang-tidyJuan Gu2023-03-281-1/+1
* SERVER-74968 add toStringForLogging(x) as an ADL hookBilly Donahue2023-03-214-19/+89
* SERVER-72712 Create MovePrimaryRecipientService and Implement kStarted stateAbdul Qadeer2023-02-161-0/+1
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-121-2/+3
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-115-24/+73
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-201-1/+1
* SERVER-73026 disable log sink before detaching itBilly Donahue2023-01-201-0/+7
* SERVER-71410 Fix SeveritySuppressor so that quiet/normal log intervals are co...Blake Oler2022-11-173-5/+116
* SERVER-29601 Add -Wshadow to compilation - part1Juan Gu2022-11-111-4/+4
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-4/+4
* SERVER-69608 serialize access to RamLog::getLineCount and othersSergey Galtsev2022-09-142-17/+25
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-5/+7
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-262-3/+2
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-2/+1
* SERVER-66841 Fix LOGV2 invalid JSON when truncation happens at a backslash ch...Erwin Pe2022-08-012-9/+69
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-272-2/+3
* SERVER-67556 Implement global index clonerRandolph Tan2022-07-141-0/+1
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-072-2/+4
* SERVER-66368 no reentrancy during loggingsergey.galtsev2022-06-244-38/+78
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-151-1/+1
* SERVER-63843 Don't allow recursive doLog in sync signal handlersGabriel Marks2022-05-273-6/+88
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-1/+1
* SERVER-65239 Add debug log observability of ResourceConsumption metricsJosef Ahmad2022-05-241-0/+1
* SERVER-63852 ThreadName rewriteBilly Donahue2022-05-131-4/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-069-9/+26
* SERVER-52604 normalize log.h inclusion semanticsBilly Donahue2022-05-041-119/+92
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-2/+2
* SERVER-64294 Enhance redact to always redact BinData 6Shreyas Kalyan2022-04-027-2/+178
* SERVER-62595 Migrate logv2 README to docs/logging.md and update referencesAlexander Golin2022-03-082-793/+2
* SERVER-62215 Improve the error message for logRotate commandErwin Pe2022-01-252-15/+41
* SERVER-62441 Define a new type mongo::TenantId for tenant idSophia Tan2022-01-207-13/+20
* SERVER-61744 Integrate WiredTiger's verbose messaging system with LOGV2Etienne Petrel2022-01-121-0/+15
* SERVER-61491 Tee backtrace log records to a separate fileMark Benvenuto2022-01-073-0/+32
* SERVER-61846 redact document using null instead of default mask to stay under...Benety Goh2021-12-131-3/+3
* SERVER-61846 add redaction test for small fieldsBenety Goh2021-12-131-0/+13
* SERVER-54413 ComposedAttr forwardingBilly Donahue2021-10-041-8/+2
* SERVER-59718 Guard tenantID callback against shutdown destruction orderingSara Golemon2021-09-151-3/+4
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-082-2/+2
* 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-2411-1/+58
* SERVER-59356 Initial scaffolding of the FaultManagerAndrew Shuvalov2021-08-201-0/+1
* SERVER-56401 emit eol in log formattersergey.galtsev2021-08-104-14/+29
* SERVER-56103: Add kAssert log component and use it in assert_utilTyler Seip2021-08-091-0/+1
* SERVER-58051 close the original log when rotating to newsergey.galtsev2021-07-301-0/+2
* SERVER-47198 rotateLogs: tolerate unexpectedly missing or unexpectedly existi...Billy Donahue2021-06-287-38/+78
* SERVER-57289 redact should not convert BSONArray into BSONObjMark Benvenuto2021-06-241-5/+10
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Mark Benvenuto2021-04-2110-217/+159