summaryrefslogtreecommitdiff
path: root/src/mongo/logv2/json_formatter.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66281 Logging subsystem has become aware of tenant IDsmathisbessamdb2023-05-161-4/+5
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-5/+19
* SERVER-29601 Add -Wshadow to compilation - part1Juan Gu2022-11-111-4/+4
* SERVER-66841 Fix LOGV2 invalid JSON when truncation happens at a backslash ch...Erwin Pe2022-08-011-9/+20
* SERVER-62441 Define a new type mongo::TenantId for tenant idSophia Tan2022-01-201-2/+2
* SERVER-59463 Add tenant ID to log messagesSara Golemon2021-08-241-1/+7
* SERVER-56401 emit eol in log formattersergey.galtsev2021-08-101-0/+1
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Mark Benvenuto2021-04-211-29/+17
* Revert "SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)"XueruiFa2021-03-171-17/+29
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Billy Donahue2021-03-171-29/+17
* SERVER-47220 log json field paddingBilly Donahue2020-04-211-96/+103
* SERVER-47072 Align the id in JSON log outputHenrik Edin2020-03-251-21/+27
* SERVER-38233 Abort if we fail to write log to output streamHenrik Edin2020-03-241-29/+38
* SERVER-46843 Format ISO-8601 date time zone offset according to RFC 3339 Sect...Henrik Edin2020-03-161-22/+23
* SERVER-46406 Perf improvements in the logger.Henrik Edin2020-03-131-51/+79
* SERVER-46421 Reset truncation limit after each attributeHenrik Edin2020-02-271-9/+28
* SERVER-46224 JSON formatter escapes message stringHenrik Edin2020-02-181-3/+5
* SERVER-45822 Manually convert slow query and slow query-like logsMark Benvenuto2020-02-141-6/+8
* SERVER-42722 Implement --timeStampFormat in logv2.Henrik Edin2020-02-131-9/+18
* SERVER-46017 Add truncation support for JSON formatterHenrik Edin2020-02-111-13/+79
* SERVER-45887 Log message string can use named replacement fieldsHenrik Edin2020-01-311-22/+4
* SERVER-45819 move log id before context so that its at a mostly fixed positionGabriel Russell2020-01-291-4/+4
* SERVER-45755 Special formatting for duration type in logv2Henrik Edin2020-01-281-0/+7
* SERVER-45504 Unicode test in logv2 tests JSON formatterHenrik Edin2020-01-141-5/+7
* SERVER-45443 Logv2 log statements are required to have a unique idHenrik Edin2020-01-141-9/+4
* SERVER-45131 Format BSONArray as arrays in JSON formatterHenrik Edin2019-12-181-4/+15
* SERVER-44994 Allow logv2 to use serialize(BSONObjBuilder*) if availableHenrik Edin2019-12-181-2/+11
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2019-12-181-76/+90
* SERVER-44961 Handle logging of BSONElement in logv2Henrik Edin2019-12-111-2/+2
* SERVER-44622 Add BSON formatter to logv2Henrik Edin2019-12-031-105/+44
* SERVER-44625 Add formatting of BSON native types via BSONObjBuilder::append.Henrik Edin2019-11-251-18/+36
* SERVER-44556 Move logging formatters into cpp files.Henrik Edin2019-11-191-0/+240