summaryrefslogtreecommitdiff
path: root/src/mongo/logv2
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48174 Add log component and LOGV2 messages in server to measure latenc...Allison Easton2020-06-251-0/+1
* SERVER-48352 logv2 cleanup for scripting/mozjs, shell/Gabriel Russell2020-06-101-10/+10
* SERVER-48512 Add missing overload for logging with DynamicAttributes and dual...Henrik Edin2020-06-021-0/+10
* SERVER-48412 Remove kRS log tagHenrik Edin2020-05-271-6/+3
* SERVER-48277 Add text in logv2/README.md about using JIRA ticket for selectin...Henrik Edin2020-05-261-1/+1
* SERVER-47894 Update link in logv2/log.h about default log componentHenrik Edin2020-05-081-1/+1
* SERVER-47594 Add helpers to Structured Logging to abstract attribute namesHenrik Edin2020-05-054-20/+382
* SERVER-41068 remove map_util.hBilly Donahue2020-05-021-9/+6
* SERVER-47570: Update logv2 readme with namespace vs. collection guidanceesedor2020-04-271-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-266-28/+4
* SERVER-47736 logger::LogSeverityLimiter -> logv2::KeyedSeveritySuppressorBilly Donahue2020-04-251-0/+139
* SERVER-47332 Add way to do unstructured logging for local developmentHenrik Edin2020-04-247-6/+253
* SERVER-47697 Remove logging/log_test.cc and support files.Billy Donahue2020-04-236-16/+232
* 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