summaryrefslogtreecommitdiff
path: root/src/mongo/logv2/logv2_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-63843 Don't allow recursive doLog in sync signal handlersGabriel Marks2022-08-171-0/+39
|
* Revert "SERVER-63843 Don't allow recursive doLog in sync signal handlers"Gabriel Marks2022-08-161-39/+0
| | | | This reverts commit 855936558e1f1ab11d2c716421af95bf3dee2672.
* SERVER-63843 Don't allow recursive doLog in sync signal handlersGabriel Marks2022-08-161-0/+39
|
* SERVER-66841 Fix LOGV2 invalid JSON when truncation happens at a backslash ↵Erwin Pe2022-08-091-0/+49
| | | | | | character (cherry picked from commit b795776ac3c1599528a5772825f16f88ecb5b1c9)
* SERVER-52668 Add support for vector and map BSON objects to logdMark Benvenuto2021-01-041-0/+26
|
* SERVER-51888 workaround msvc expression-sfinae access bugBilly Donahue2020-11-011-6/+6
| | | | https://developercommunity.visualstudio.com/content/problem/936367/sfinae-sees-private-part-of-a-class.html
* SERVER-50036 logd() fails with invalid format stringMark Benvenuto2020-09-111-0/+12
|
* SERVER-47933 runtime attr unique checkBilly Donahue2020-07-011-0/+7
| | | | Recommit: handle pre-init testing proctor
* Revert "SERVER-47933 runtime attr unique check"Pierlauro Sciarelli2020-07-011-7/+0
| | | | This reverts commit 8b2211d9a7b52a3ff951e9043966bbca3c555c30.
* SERVER-47933 runtime attr unique checkBilly Donahue2020-06-301-0/+7
|
* SERVER-47594 Add helpers to Structured Logging to abstract attribute namesHenrik Edin2020-05-051-0/+126
| | | | | * Users can implement logAttrs() for their types to provide common attribute names * multipleAttrs can be used to provide multiple attributes for an object
* SERVER-47332 Add way to do unstructured logging for local developmentHenrik Edin2020-04-241-0/+62
|
* SERVER-47697 Remove logging/log_test.cc and support files.Billy Donahue2020-04-231-16/+0
| | | | | | | | - LogComponent aliased - LogSeverity aliased - LogComponentSettings testing - all relevant tests moved to logv2. - bye bye log_test.cpp!
* SERVER-47614 Fix logv2_test when running with increased verbosity.Henrik Edin2020-04-211-3/+7
|
* SERVER-46801 tabular LogComponent defsBilly Donahue2020-04-091-0/+16
|
* SERVER-47160 Support UserAssertAfterLog using the log id as the assertion id.Henrik Edin2020-03-301-25/+27
|
* SERVER-45269 refactor log_test_v2Billy Donahue2020-03-251-0/+1605