summaryrefslogtreecommitdiff
path: root/src/mongo/logv2
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SERVER-47594 Add helpers to Structured Logging to abstract attribute namesHenrik Edin2020-05-054-20/+382
| | | | | * Users can implement logAttrs() for their types to provide common attribute names * multipleAttrs can be used to provide multiple attributes for an object
* SERVER-41068 remove map_util.hBilly Donahue2020-05-021-9/+6
|
* SERVER-47570: Update logv2 readme with namespace vs. collection guidanceesedor2020-04-271-1/+1
|
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-266-28/+4
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* SERVER-47736 logger::LogSeverityLimiter -> logv2::KeyedSeveritySuppressorBilly Donahue2020-04-251-0/+139
| | | | | | | - boost::multi_index to fix unbounded map growth w/some keys Evict expired suppressions - Provide an unkeyed nontemplate version `SeveritySuppressor`
* SERVER-47332 Add way to do unstructured logging for local developmentHenrik Edin2020-04-247-6/+253
|
* SERVER-47697 Remove logging/log_test.cc and support files.Billy Donahue2020-04-236-16/+232
| | | | | | | | - LogComponent aliased - LogSeverity aliased - LogComponentSettings testing - all relevant tests moved to logv2. - bye bye log_test.cpp!
* SERVER-47698 LogSeverity constexpr refactorBilly Donahue2020-04-222-103/+77
|
* SERVER-47614 Fix logv2_test when running with increased verbosity.Henrik Edin2020-04-211-3/+7
|
* SERVER-47220 log json field paddingBilly Donahue2020-04-212-107/+108
|
* SERVER-45269 remove orphaned log_test_v2.hGabriel Russell2020-04-201-68/+0
|
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-153-113/+3
|
* SERVER-46801 tabular LogComponent defsBilly Donahue2020-04-093-230/+119
|
* SERVER-46801 Convert unittest library to structured logs.Billy Donahue2020-04-022-0/+5
| | | | Add logv2::LogComponent::kTest
* SERVER-44841 change log component string MIGRATION => MIGRATEBilly Donahue2020-04-011-1/+1
|
* SERVER-47160 Support UserAssertAfterLog using the log id as the assertion id.Henrik Edin2020-03-306-34/+53
|
* SERVER-46390 Cleanup of logv2/README.md to match current status of ↵Henrik Edin2020-03-301-45/+42
| | | | implementation
* SERVER-45269 refactor log_test_v2Billy Donahue2020-03-252-533/+496
|
* SERVER-43933 open namespace mongo::logv2 C++17 syntaxBilly Donahue2020-03-2538-159/+88
|