summaryrefslogtreecommitdiff
path: root/src/mongo/logv2/log_domain_global.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49320 better errmor message when unable to open rotatable log fileGabriel Russell2020-07-221-2/+2
* SERVER-49320 only unconfigure the console when logging is fully configuredGabriel Russell2020-07-211-8/+10
* SERVER-43933 open namespace mongo::logv2 C++17 syntaxBilly Donahue2020-03-251-4/+2
* SERVER-38233 Abort if we fail to write log to output streamHenrik Edin2020-03-241-1/+1
* SERVER-46636 Fix so just logs tagged with startupWarnings go into the startup...Henrik Edin2020-03-051-1/+5
* SERVER-46520 Add mechanism to emit uassert as part of a logv2 log statementHenrik Edin2020-03-031-6/+17
* SERVER-46415 Remove logFormat option and the ability to select the text forma...Henrik Edin2020-02-281-9/+0
* SERVER-46008 Fix so logging works during global shutdownHenrik Edin2020-02-261-3/+40
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-0/+16
* SERVER-45138 Enable JSON log format by default.Henrik Edin2020-02-181-2/+2
* SERVER-45138 Add MONGO_CONFIG_JSON_LOG_DEFAULT define to use JSON logs by def...Henrik Edin2020-02-141-0/+6
* SERVER-42722 Implement --timeStampFormat in logv2.Henrik Edin2020-02-131-2/+4
* SERVER-46017 Add truncation support for JSON formatterHenrik Edin2020-02-111-11/+11
* SERVER-45989 Log files are opened in shared mode on Windows.Henrik Edin2020-02-071-42/+14
* SERVER-44622 Add BSON formatter to logv2Henrik Edin2019-12-031-1/+1
* SERVER-44480 Use composite_backend so formatters can be shared for multiple l...Henrik Edin2019-11-131-54/+62
* SERVER-43809 Refactor logv2 configurationHenrik Edin2019-10-151-0/+200
* SERVER-43759 Implement log domains with filtering.Henrik Edin2019-10-101-4/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-41686 Add unittest to prototype structured logging using boost::log.Henrik Edin2019-07-031-0/+46