summaryrefslogtreecommitdiff
path: root/src/mongo/logger
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36532 Increase RamLog line size to 1024Anthony Roy2018-08-081-1/+1
* SERVER-36461 Add 'transaction' identifier to slow transaction log outputNathan Louie2018-08-072-0/+5
* SERVER-32906 Improve logging around electionsTess Avitabile2018-07-272-0/+6
* SERVER-30841 Lower the amount of metadata refresh loggingCheahuychou Mao2018-07-252-0/+6
* SERVER-36209 Log to Visual Studio Debug Output in debug builds if debugger is...Henrik Edin2018-07-231-2/+11
* SERVER-35128: Add a boost::optional overload to Logstream builder's operator<<Daniel Gottlieb2018-05-241-0/+11
* SERVER-33909 More detailed error reporting from CAPIADAM David Alan Martin2018-05-031-2/+3
* SERVER-33906 Callback registration for logs in embedded C API.Henrik Edin2018-04-103-4/+50
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-3/+3
* SERVER-34154: Add Recovery logger under storage for checkpoint and catalog de...Daniel Gottlieb2018-03-282-0/+6
* SERVER-33758 Make mongo::logger classes use more unique_ptrsBen Caimano2018-03-218-44/+43
* SERVER-33758 Remove logUserIdsBen Caimano2018-03-164-113/+71
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-142-4/+4
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-4/+7
* SERVER-30580 StringData-ify error handling functionsMathias Stearn2017-08-162-4/+16
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-2/+2
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-163-2/+8
* SERVER-30580 No more status locationsMathias Stearn2017-08-162-8/+0
* SERVER-30501 Create rollback logging componentJudah Schvimer2017-08-072-0/+6
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-021-13/+7
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-182-4/+7
* SERVER-29152 Do not cache logging ostream in threadlocal when in other thread...samantharitter2017-05-302-5/+16
* SERVER-29012 Enable ASAN strict init order checking and fix revealed issuesAndrew Morrow2017-05-013-29/+17
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-242-12/+9
* SERVER-28380 Clear ramlog before looking for stopReplProducer failpoint log m...Spencer T Brody2017-03-202-2/+16
* SERVER-27908 Log every heartbeat during testingWilliam Schultz2017-03-092-0/+6
* SERVER-27897 Remove uses of temporary RAII objectsGeert Bosch2017-02-161-1/+1
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-26506 add tracking for commandsMisha Tyulenev2016-10-142-0/+5
* SERVER-26325: Show redacted slow operation report when redaction enabledSpencer Jackson2016-10-071-1/+0
* SERVER-25981 fix race in log component settingsMatt Cotter2016-09-264-22/+139
* SERVER-17358 Add flag to customize maxLogLine when logging large linesWaley Chen2016-09-204-5/+112
* Revert "SERVER-17358 Add flag to customize maxLogLine when logging large lines"Judah Schvimer2016-09-194-112/+5
* SERVER-17358 Add flag to customize maxLogLine when logging large linesWaley Chen2016-09-194-5/+112
* SERVER-16725 Incorrect character conversion between UTF-8 and UTF-16Mark Benvenuto2016-09-161-20/+4
* SERVER-25926 Fix LintMark Benvenuto2016-09-091-1/+1
* SERVER-25926 Windows audit bson output erroneously translates LF to CR LFMark Benvenuto2016-09-092-30/+35
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-6/+6
* SERVER-13367 Specialize operator<< for BSONType for std::ostream, LogstreamBu...Adam Chelminski2016-08-151-0/+6
* Revert "SERVER-13517 Specialize operator<< for BSONType for std::ostream, Log...Adam Chelminski2016-08-151-6/+0
* SERVER-13517 Specialize operator<< for BSONType for std::ostream, LogstreamBu...Adam Chelminski2016-08-151-0/+6
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-086-0/+316
* Revert "SERVER-24521 Log redaction 'redact' functions"Andreas Nilsson2016-07-086-316/+0
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-076-0/+316
* SERVER-24651 Add and use string data literalsJason Carey2016-06-174-62/+54
* SERVER-23103 Remove the unit test crutchAndrew Morrow2016-06-161-1/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2810-32/+46
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-6/+3
* SERVER-23548 Remove More VS2013 WorkaroundsMark Benvenuto2016-05-052-37/+2
* SERVER-22974 Ensure single threaded initialization of std::coutAndrew Morrow2016-03-171-1/+23