summaryrefslogtreecommitdiff
path: root/src/mongo/logv2/logv2_bm.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-151-112/+0
* SERVER-45443 Logv2 log statements are required to have a unique idHenrik Edin2020-01-141-5/+6
* SERVER-43891 Cleanup logv2/log.h, remove log record abstraction.Henrik Edin2019-10-291-87/+25
* SERVER-43809 Refactor logv2 configurationHenrik Edin2019-10-151-4/+7
* SERVER-43759 Implement log domains with filtering.Henrik Edin2019-10-101-5/+5
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* 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-031-0/+320