summaryrefslogtreecommitdiff
path: root/src/mongo/util/log.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-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
* SERVER-6295 make time in log have millisecond precisionRandolph Tan2012-10-311-5/+6
* SERVER-7036 do not insert NULs in abbreviated long logged linesTad Marshall2012-09-211-2/+2
* revert part of change for SERVER-6706 - we can't change log formatEliot Horowitz2012-08-031-3/+2
* Fix syslog for SERVER-6706Akshay Kumar2012-08-031-1/+3
* Revert "SERVER-6461: Ensure that nullstream instance is constructed before ma...Andy Schwerin2012-07-171-3/+0
* SERVER-6461: Ensure that nullstream instance is constructed before main().Andy Schwerin2012-07-161-1/+3
* check that logging framework is initialized early to avoid segfaultEliot Horowitz2012-07-161-0/+1
* SERVER-2939 fix Windows console outputTad Marshall2012-06-131-26/+3
* Rename sayDbContext() to logContext(), and move from util.{h,cpp} to log.{h,c...Andy Schwerin2012-05-311-0/+9
* SERVER-2939 Windows console _write may not write full bufferTad Marshall2012-05-121-2/+14
* commentDwight2012-05-081-1/+1
* Do not call dbexit() from within logRotate or initLogging().Andy Schwerin2012-04-301-18/+17
* Log file library.Andy Schwerin2012-04-241-0/+8
* SERVER-2939 UTF-8 support for the shellTad Marshall2012-04-161-3/+15
* SERVER-3331: Fix log.cpp on Windows to compile when LPTSTR is a char *, not a...Andy Schwerin2012-04-131-3/+3
* Add function for removing a global log tee.Aaron2012-04-121-0/+12
* pare down pch.h some moreEric Milkie2012-04-051-0/+18