summaryrefslogtreecommitdiff
path: root/src/mongo/logv2
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 implementa...Henrik Edin2020-03-301-45/+42
* 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
* SERVER-47072 Align the id in JSON log outputHenrik Edin2020-03-251-21/+27
* SERVER-46176 Adding documentation of logging macros in logv2/log.hHenrik Edin2020-03-241-31/+125
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-243-15/+76
* SERVER-38233 Abort if we fail to write log to output streamHenrik Edin2020-03-245-32/+112
* SERVER-45222 Fix so the ProgramMultiplexer can output while the shell is wait...Henrik Edin2020-03-201-0/+11
* SERVER-45605 Write newline when opening existing log file in append mode.Henrik Edin2020-03-191-2/+6
* SERVER-46697: Update src/mongo/logv2/README.mdesedor2020-03-171-32/+98
* SERVER-46840 Support logging containers of uint32_tHenrik Edin2020-03-162-177/+247
* SERVER-46843 Format ISO-8601 date time zone offset according to RFC 3339 Sect...Henrik Edin2020-03-162-29/+39
* SERVER-46406 Perf improvements in the logger.Henrik Edin2020-03-131-51/+79
* SERVER-46771 Select message string in log when providing both message and for...Henrik Edin2020-03-112-4/+3
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-107-1/+352
* SERVER-43292 logv2 support for std::string_viewBilly Donahue2020-03-072-0/+14
* SERVER-46636 Fix so just logs tagged with startupWarnings go into the startup...Henrik Edin2020-03-052-2/+6
* SERVER-46584 Move rotateLogs into a log_util header under logv2.Henrik Edin2020-03-052-0/+109
* SERVER-46520 Add mechanism to emit uassert as part of a logv2 log statementHenrik Edin2020-03-0314-19/+199
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-4/+4
* SERVER-44841 Revisit log levels for new migration protocolAlex Taskov2020-02-292-0/+6
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-282-1/+3
* SERVER-46415 Remove logFormat option and the ability to select the text forma...Henrik Edin2020-02-283-12/+7
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-281-0/+9
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-273-0/+8
* SERVER-46447 Change guidance on when to use format strings in logv2 log messagesAndy Schwerin2020-02-271-2/+4
* SERVER-46382 Add exception handler so log statements do not throw.Henrik Edin2020-02-272-0/+33
* SERVER-46421 Reset truncation limit after each attributeHenrik Edin2020-02-271-9/+28
* SERVER-46423 Fix log rotation so writing continues to new fileHenrik Edin2020-02-271-0/+2
* SERVER-46008 Fix so logging works during global shutdownHenrik Edin2020-02-264-16/+60
* SERVER-46343 Remove extra newline in plain formatterHenrik Edin2020-02-241-1/+4
* SERVER-46018 RamLog should use hard code lengthMark Benvenuto2020-02-243-106/+215
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-234-1/+21
* SERVER-46235 re-enable jstests/sharding/read_write_concern_defaults_applicati...Mark Benvenuto2020-02-211-1/+1
* SERVER-46156 Manual log conversionsHenrik Edin2020-02-201-0/+10
* SERVER-46279 Fix use-after-free when logging type that implements const std::...Henrik Edin2020-02-201-1/+1
* SERVER-45138 Enable JSON log format by default.Henrik Edin2020-02-181-2/+2
* SERVER-46224 JSON formatter escapes message stringHenrik Edin2020-02-181-3/+5
* SERVER-45138 Add MONGO_CONFIG_JSON_LOG_DEFAULT define to use JSON logs by def...Henrik Edin2020-02-141-0/+6
* SERVER-45822 Manually convert slow query and slow query-like logsMark Benvenuto2020-02-144-19/+58
* SERVER-42722 Implement --timeStampFormat in logv2.Henrik Edin2020-02-138-17/+46