summaryrefslogtreecommitdiff
path: root/src/mongo/logv2
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45989 Log files are opened in shared mode on Windows.Henrik Edin2020-02-076-43/+633
* SERVER-45985 Add truncation support to the text formatterHenrik Edin2020-02-068-3/+77
* SERVER-45817 Add API to logv2 where user can provide both format and message ...Henrik Edin2020-02-054-34/+62
* SERVER-45783 Add style guide section to logv2/README.mdHenrik Edin2020-02-031-0/+36
* SERVER-45887 Log message string can use named replacement fieldsHenrik Edin2020-01-316-234/+122
* SERVER-45819 move log id before context so that its at a mostly fixed positionGabriel Russell2020-01-292-5/+5
* SERVER-45558 Revert logging additions for TLA+ Trace Checker projectA. Jesse Jiryu Davis2020-01-292-5/+0
* SERVER-45757 Add DynamicAttributes class to allow attributes to be added unde...Henrik Edin2020-01-284-5/+105
* SERVER-45755 Special formatting for duration type in logv2Henrik Edin2020-01-286-17/+117
* SERVER-45705 Fix ODR violation in LogOptions where logv2 component could be w...Henrik Edin2020-01-275-59/+103
* SERVER-445566 legacy logging cleanupsGabriel Russell2020-01-242-7/+16
* SERVER-45662 Update Flow Control timeAcquiringMicros in currentOpMaria van Keulen2020-01-231-1/+1
* SERVER-45401 Add README.md for logv2Henrik Edin2020-01-221-0/+289
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-214-47/+88
* SERVER-44936 logv2 is default log system.Henrik Edin2020-01-151-6/+1
* SERVER-45504 Unicode test in logv2 tests JSON formatterHenrik Edin2020-01-142-19/+45
* SERVER-45443 Logv2 log statements are required to have a unique idHenrik Edin2020-01-1411-220/+147
* SERVER-45494 Remove unused formatter_base.hHenrik Edin2020-01-142-70/+0
* SERVER-45517 Allow logv2 to bind non-member toString and toBSONHenrik Edin2020-01-142-2/+66
* SERVER-45402 Support logging enums in logv2Henrik Edin2020-01-132-1/+22
* SERVER-45125 Add support for logging standard containers and ranges in logv2Henrik Edin2020-01-062-63/+554
* SERVER-44932 support logging the duration type in logv2Gabriel Russell2019-12-301-0/+13
* SERVER-45131 Format BSONArray as arrays in JSON formatterHenrik Edin2019-12-187-8/+86
* SERVER-44994 Allow logv2 to use serialize(BSONObjBuilder*) if availableHenrik Edin2019-12-185-21/+167
* SERVER-45075 Support logging char* in logv2Henrik Edin2019-12-182-0/+7
* SERVER-43743 Upgrade libfmt to 6.1.1Henrik Edin2019-12-183-38/+79
* SERVER-45106 Add TLA+ log component to logv2Henrik Edin2019-12-182-0/+5
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2019-12-187-532/+120
* SERVER-44961 Handle logging of BSONElement in logv2Henrik Edin2019-12-113-4/+24
* SERVER-44935 Support logging of boost::optional in logv2Henrik Edin2019-12-113-0/+70
* SERVER-44959 Fix log_test_v2 on macOSHenrik Edin2019-12-051-1/+1
* SERVER-43998 ProgramOutputMultiplexer::appendLine should write to the loggerGabriel Russell2019-12-043-5/+5
* SERVER-44622 Add BSON formatter to logv2Henrik Edin2019-12-0310-175/+538
* SERVER-44621 Add string escaping to text formatter in logv2Henrik Edin2019-11-265-1/+523
* SERVER-44625 Add formatting of BSON native types via BSONObjBuilder::append.Henrik Edin2019-11-253-136/+143
* SERVER-44556 Move logging formatters into cpp files.Henrik Edin2019-11-196-295/+408
* SERVER-44541 Attribute packing and extraction for logv2Henrik Edin2019-11-199-149/+613
* SERVER-44480 Use composite_backend so formatters can be shared for multiple l...Henrik Edin2019-11-135-89/+233
* SERVER-44277 Add capability for shell to use logv2Henrik Edin2019-10-301-1/+1
* SERVER-43891 Cleanup logv2/log.h, remove log record abstraction.Henrik Edin2019-10-2912-483/+141
* SERVER-43746 logv2 Tee and RamLogGabriel Russell2019-10-161-1/+12
* SERVER-43809 Refactor logv2 configurationHenrik Edin2019-10-1514-283/+304
* SERVER-43745 plumb syslog severity through in logv24.0Gabriel Russell2019-10-101-3/+16
* SERVER-43759 Implement log domains with filtering.Henrik Edin2019-10-1018-249/+214
* SERVER-43744 Add logFormat configure option (logv2 only)Henrik Edin2019-10-083-0/+72
* SERVER-42092 TextFormat assignment operator for coverityGabriel Russell2019-10-071-0/+4
* SERVER-42726 enable logging via logv2Gabriel Russell2019-10-037-78/+317
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-176-14/+15
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-278-24/+25
* SERVER-42103 use null_sync instead of stringstream buffers in log benchmarkingGabriel Russell2019-07-221-50/+66