summaryrefslogtreecommitdiff
path: root/src/mongo/logv2
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Co-authored-by: Alison Felizzi <alison.felizzi@mongodb.com>
* 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 ↵Benety Goh2021-12-131-3/+3
| | | | under BSON limit
* 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 ↵Billy Donahue2021-06-287-38/+78
| | | | existing files
* 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
|
* SERVER-54596 remove 1-arg shouldLog function (an ODR violation)Billy Donahue2021-03-181-5/+0
|
* Revert "SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)"XueruiFa2021-03-1710-159/+217
| | | | This reverts commit dc68f885b80e70805eab8c5686ee0941bbdd806b.
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Billy Donahue2021-03-1710-217/+159
|
* SERVER-54680 use mongo::quickExitWithoutLogging instead of std::quick_exitSergey Galtsev2021-02-231-2/+3
|
* SERVER-53852 MongoDB hangs randomlySergey Galtsev2021-02-191-5/+12
|
* SERVER-53430: Add debug log lines in resharding recipient and coordinator ↵LaMont Nelson2021-02-021-0/+1
| | | | state transitions
* SERVER-53462 Improve range-deleter loggingPierlauro Sciarelli2021-01-071-0/+1
|
* SERVER-52668 Add support for vector and map BSON objects to logdMark Benvenuto2021-01-042-2/+58
|
* SERVER-19470 logRotate - Currently rotates both audit log and server logShreyas Kalyan2020-12-113-19/+44
|
* SERVER-40811 make initializers throwyBilly Donahue2020-12-083-6/+3
| | | | | | | - Consolidate init-related headers (just init.h and initializer.h) - Factor out a separate DependencyGraph component - Remove MONGO_DEFAULT_PREREQUISITES, MONGO_NO_PREREQUISITES, MONGO_NO_DEPENDENTS. - Document the role of the "default" initializer.
* SERVER-52821 Allow thread names to be cached by unique idBen Caimano2020-12-031-4/+4
|
* SERVER-51888 workaround msvc expression-sfinae access bugBilly Donahue2020-11-011-6/+6
| | | | https://developercommunity.visualstudio.com/content/problem/936367/sfinae-sees-private-part-of-a-class.html
* SERVER-51888 stdx::is_detected and related traitsBilly Donahue2020-10-311-118/+92
| | | | ReplSetConfigBase now needs a public serialize to work around MSVC bug
* SERVER-20359 Rename terse(UTC)CurrentTime to terseCurrentTimeForFilename()Sara Golemon2020-09-141-1/+1
|
* SERVER-50036 logd() fails with invalid format stringMark Benvenuto2020-09-112-0/+21
|
* SERVER-49779 Create a log component for tenant migrationsJudah Schvimer2020-08-271-0/+1
|
* SERVER-46928 logv2 readme: addtl msg guidance, addtl examplesubuntu2020-08-241-2/+13
|
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-183-18/+39
|
* SERVER-49962 reflow text of logv2/README.mdBilly Donahue2020-07-281-321/+519
|
* SERVER-49320 better errmor message when unable to open rotatable log fileGabriel Russell2020-07-222-3/+3
|
* SERVER-49320 only unconfigure the console when logging is fully configuredGabriel Russell2020-07-211-8/+10
|
* SERVER-47933 runtime attr unique checkBilly Donahue2020-07-013-0/+51
| | | | Recommit: handle pre-init testing proctor
* Revert "SERVER-47933 runtime attr unique check"Pierlauro Sciarelli2020-07-013-46/+0
| | | | This reverts commit 8b2211d9a7b52a3ff951e9043966bbca3c555c30.
* SERVER-47933 runtime attr unique checkBilly Donahue2020-06-303-0/+46
|
* SERVER-48174 Add log component and LOGV2 messages in server to measure ↵Allison Easton2020-06-251-0/+1
| | | | latency of migration protocol stages
* SERVER-48352 logv2 cleanup for scripting/mozjs, shell/Gabriel Russell2020-06-101-10/+10
| | | | | | o also, deduplicated the example log id's in src/mongo/logv2/README.md even though they were just examples, it was funny that there werre not unique
* SERVER-48512 Add missing overload for logging with DynamicAttributes and ↵Henrik Edin2020-06-021-0/+10
| | | | dual string API
* SERVER-48412 Remove kRS log tagHenrik Edin2020-05-271-6/+3
|
* SERVER-48277 Add text in logv2/README.md about using JIRA ticket for ↵Henrik Edin2020-05-261-1/+1
| | | | selecting logging ID
* SERVER-47894 Update link in logv2/log.h about default log componentHenrik Edin2020-05-081-1/+1
|