summaryrefslogtreecommitdiff
path: root/src/mongo/util/log.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split mongo/dbtests/framework into a general unit test framework and a dbtest...Andy Schwerin2012-04-031-0/+8
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-5/+5
* SERVER-2939 Supporting code for UTF-8 in the shellTad Marshall2012-03-221-2/+19
* SERVER-5013 don't log lines over 100kEliot Horowitz2012-02-211-2/+22
* support older versions of boost (1.40)Eliot Horowitz2012-01-251-1/+1
* remove boost filesystem includes from pch.h and be explicit anywhere we use itEliot Horowitz2012-01-051-0/+2
* it was very hard to include log.h without pch.hdwight2011-12-311-0/+147
* we dont want to use assert.hdwight2011-12-301-2/+0
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+197