summaryrefslogtreecommitdiff
path: root/src/mongo/logger
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-4217 use hyphen to display default component in log messageBenety Goh2014-08-281-1/+1
* SERVER-14729 removed MONGO_LOG_DEFAULT_COMPONENT_FILE and MONGO_LOG_DEFAULT_C...Benety Goh2014-08-121-123/+0
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-1/+2
* SERVER-14729 support overriding of default log component in unconditional log...Benety Goh2014-08-124-42/+276
* SERVER-14467 log S2 debug messages as query log message at level 5Benety Goh2014-08-072-0/+3
* SERVER-4217 updated detailed log format to include log severity and component...Benety Goh2014-07-299-35/+275
* SERVER-14415 extended LogComponent and LogComponentSettings to support hierar...Benety Goh2014-07-154-22/+146
* SERVER-5092 removed LogTag typedef and macros.Benety Goh2014-06-301-2/+0
* SERVER-5092 renamed LogTag to LogComponentBenety Goh2014-06-3012-390/+408
* SERVER-14376 Move mongoutils::html namespace into mongo::html namespace.Andy Schwerin2014-06-271-2/+0
* SERVER-5092 support log tags for LOG() messagesBenety Goh2014-06-2612-25/+785
* SERVER-9032: Validate locale on startupMark Benvenuto2014-06-171-1/+1
* SERVER-4905: add flag to disable mongo's builtin log rotationMark Benvenuto2014-06-065-22/+30
* SERVER-12803: Use CR/LF in log files on WindowsMark Benvenuto2014-05-231-1/+31
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-193-6/+6
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-1633-297/+693
* SERVER-9358 Prevent logRotate twice in the same second from losing log dataSpencer T Brody2014-04-111-0/+14
* SERVER-5553 Remove a heap allocation from the log event encoder.Andy Schwerin2014-04-032-4/+5
* SERVER-3364 Label rest of client api with MONGO_CLIENT_APIRanjay Krishna2013-12-282-2/+4
* SERVER-11028 new abortOnFailure property of log domainsEric Milkie2013-11-252-8/+30
* SERVER-11658 Consistently use Library targetAndrew Morrow2013-11-181-15/+15
* SERVER-10390 direct console output to WriteConsoleW instead of std::cout unde...Benety Goh2013-11-064-3/+273
* SERVER-10885 Create new Console class to redirect tool logging to stderr inst...Shaun Verch2013-10-111-2/+2
* SERVER-10606 fix labeled level to correctly output space after labelGreg Studer2013-08-261-0/+1
* SERVER-7965 Change default date format in logs to iso8601-local.Andy Schwerin2013-08-191-1/+1
* SERVER-8684 make codebase compatible with boost 1.5 and newermatt dannenberg2013-08-071-0/+5
* SERVER-7965 Make the timestamp format settable in servers.Andy Schwerin2013-07-262-1/+31
* SERVER-7965 Move date/time types and functions from bson/util/misc.h to util/...Andy Schwerin2013-07-242-5/+6
* SERVER-7965 Construct MessageEventEphemeral with a time stamp; use that when ...Andy Schwerin2013-07-244-7/+18
* SERVER-7965 Introduce time formatting functions for ISO 8601 and Ctime; elimi...Andy Schwerin2013-07-241-3/+1
* SERVER-10314 Make logger format RamLog lines like console log lines.Andy Schwerin2013-07-241-3/+9
* SERVER-10316 Account for milliseconds component of date in RamLog::repeats.Andy Schwerin2013-07-241-3/+3
* SERVER-10172 Refactor RamLog to make it thread-safe.Andy Schwerin2013-07-122-50/+163
* SERVER-10084 Make LogstreamBuilder safe to use during static init; fix memory...Andrew Schwerin2013-07-101-8/+24
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-0933-5/+2219
* SERVER-10074 Clean up before and after rotatable_file_writer_test execution.Andy Schwerin2013-07-031-1/+19
* Fix unit test to handle explicit operator bool in C++11 modeAndrew Morrow2013-07-031-6/+6
* SERVER-10088 SERVER-10074 Add forgotten copyright message to rotatable_file_w...Andy Schwerin2013-07-031-0/+15
* SERVER-10074 RotatableFileWriter type, introduce logger module.Andy Schwerin2013-07-034-0/+494