summaryrefslogtreecommitdiff
path: root/src/mongo/util/log.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-151-82/+0
* SERVER-46584 Move rotateLogs into a log_util header under logv2.Henrik Edin2020-03-051-23/+0
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-9/+0
* SERVER-46415 Remove logFormat option and the ability to select the text forma...Henrik Edin2020-02-281-16/+2
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-7/+0
* SERVER-45138 Enable JSON log format by default.Henrik Edin2020-02-181-1/+1
* SERVER-45138 Add MONGO_CONFIG_JSON_LOG_DEFAULT define to use JSON logs by def...Henrik Edin2020-02-141-0/+8
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+8
* SERVER-45989 Log files are opened in shared mode on Windows.Henrik Edin2020-02-071-9/+11
* SERVER-44936 logv2 is default log system.Henrik Edin2020-01-151-3/+3
* SERVER-44424 set up a logv2 builderGabriel Russell2019-12-061-1/+1
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-0/+15
* SERVER-43746 logv2 Tee and RamLogGabriel Russell2019-10-161-1/+0
* SERVER-43809 Refactor logv2 configurationHenrik Edin2019-10-151-3/+4
* SERVER-42726 enable logging via logv2Gabriel Russell2019-10-031-1/+10
* SERVER-39863 remove std using namespace directivesBilly Donahue2019-02-281-3/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-33758 Make mongo::logger classes use more unique_ptrsBen Caimano2018-03-211-3/+2
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-021-1/+0
* SERVER-26871 report failures when handling shell history fileKevin Pulo2017-06-281-79/+0
* SERVER-22734 unify --version output, thus adding enterprise designationsMatt Cotter2016-08-011-0/+10
* SERVER-19730 logRotate should log intention prior to rotationWaley Chen2016-07-251-0/+1
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-2/+1
* SERVER-13965 errnoWithDescription can leak memory on WindowsWaley Chen2016-07-201-1/+2
* Null-terminate error print on WindowsLouis Williams2016-06-061-2/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22364 threadsafe errno printing, pidfile error fixMatt Cotter2016-02-251-30/+54
* SERVER-21959 Do not truncate stack traces in log messages.Andy Schwerin2015-12-211-1/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-69/+68
* SERVER-16718 remove LogIndentLevel from log.h/log.cppalabid2015-01-051-7/+0
* SERVER-15604 log component kControlMatt Kangas2014-10-271-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-4905: add flag to disable mongo's builtin log rotationMark Benvenuto2014-06-061-2/+2
* SERVER-14114 logging cleanup - removed problem()Benety Goh2014-06-041-2/+2
* SERFER-14111 logging cleanup - removed MONGO_TLOGBenety Goh2014-06-031-2/+0
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13797 Remove usages of Client::getContext()Kaloian Manassiev2014-05-011-3/+0
* SERVER-9358 Prevent logRotate twice in the same second from losing log dataSpencer T Brody2014-04-111-0/+5
* SERVER-13429 Eliminate rawOut and related functionsMathias Stearn2014-04-011-36/+0
* SERVER-11941 Don't use buffered output in rawOutMathias Stearn2013-12-051-12/+25
* SERVER-10886 Create function to override rawOut destination stream to avoid c...Shaun Verch2013-11-261-2/+16
* SERVER-10172 Refactor RamLog to make it thread-safe.Andy Schwerin2013-07-121-2/+2
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-353/+37
* SERVER-7404 Link to posix_fadvise at runtime for SolarisTad Marshall2013-06-191-0/+1
* SERVER-4739 use a thread for logRotate signal instead of a signal handlerEric Milkie2013-04-171-3/+3
* Use fast thread-local for loggingMathias Stearn2013-01-191-3/+5
* SERVER-7091 When available, include authenticated user information in log mes...Andy Schwerin2012-12-181-9/+22
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-101-4/+4
* SERVER-7869 Report errno and description on file rename failureTad Marshall2012-12-071-4/+9