summaryrefslogtreecommitdiff
path: root/src/mongo/logger/message_event_utf8_encoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37743 Debug logs should include the debug log levelAndrew Morrow2019-03-151-1/+2
* 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-20603 Add component information to syslog loggingHenrik Edin2018-10-101-0/+4
* SERVER-33758 Remove logUserIdsBen Caimano2018-03-161-8/+34
* SERVER-17358 Add flag to customize maxLogLine when logging large linesWaley Chen2016-09-201-5/+7
* Revert "SERVER-17358 Add flag to customize maxLogLine when logging large lines"Judah Schvimer2016-09-191-7/+5
* SERVER-17358 Add flag to customize maxLogLine when logging large linesWaley Chen2016-09-191-5/+7
* SERVER-25926 Fix LintMark Benvenuto2016-09-091-1/+1
* SERVER-25926 Windows audit bson output erroneously translates LF to CR LFMark Benvenuto2016-09-091-2/+32
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-1/+1
* SERVER-21959 Do not truncate stack traces in log messages.Andy Schwerin2015-12-211-3/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-63/+61
* SERVER-4217 updated detailed log format to include log severity and component...Benety Goh2014-07-291-5/+8
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-5553 Remove a heap allocation from the log event encoder.Andy Schwerin2014-04-031-2/+3
* SERVER-7965 Change default date format in logs to iso8601-local.Andy Schwerin2013-08-191-1/+1
* SERVER-7965 Make the timestamp format settable in servers.Andy Schwerin2013-07-261-1/+11
* SERVER-7965 Move date/time types and functions from bson/util/misc.h to util/...Andy Schwerin2013-07-241-1/+1
* SERVER-7965 Construct MessageEventEphemeral with a time stamp; use that when ...Andy Schwerin2013-07-241-1/+1
* SERVER-7965 Introduce time formatting functions for ISO 8601 and Ctime; elimi...Andy Schwerin2013-07-241-3/+1
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-0/+87