summaryrefslogtreecommitdiff
path: root/src/mongo/logv2
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-41686 Add unittest to prototype structured logging using boost::log.Henrik Edin2019-07-0339-0/+4600