summaryrefslogtreecommitdiff
path: root/src/mongo/db/log_process_details.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-58533 Log FCV at initialization and on log rotationVishnu Kaushik2021-12-031-8/+2
* Revert "SERVER-58533 Log FCV at initialization and on log rotation"auto-revert-processor2021-12-011-2/+8
* SERVER-58533 Log FCV at initialization and on log rotationReo Kimura2021-11-301-8/+2
* Revert "SERVER-58533 Log FCV at initialization and on log rotation"Uladzimir Makouski2021-11-231-2/+8
* SERVER-58533 Log FCV at initialization and on log rotationReo Kimura2021-11-221-8/+2
* SERVER-58533 Log FCV at initialization and on log rotationReo Kimura2021-11-181-0/+8
* SERVER-54103 Improve log message "Available memory is less than system memory"Luis Osta2021-05-031-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-04-031-2/+2
* Revert "SERVER-47077 Clean up log lines in 'mongo/db'"Amirsaman Memaripour2020-03-311-2/+2
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-03-271-2/+2
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-231-10/+24
* Revert "SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging"Max Hirschhorn2020-03-231-24/+10
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-201-10/+24
* SERVER-46542 Cleanup log statements for early logging and startup warningsHenrik Edin2020-03-061-20/+15
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-9/+18
* SERVER-43761 Log OS version at startupMark Benvenuto2020-02-121-0/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-16571 Use Actual Memory Constraint vs. Total System Memory When They D...Matt Lord2019-03-081-0/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-35297 Split server_options and server_status into two pieces.Henrik Edin2018-06-071-1/+1
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-2/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+0
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-0/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+0
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-2/+2
* SERVER-30715 print replSetConfig in rotateLogsPavithra Vetriselvan2017-11-031-0/+17
* SERVER-29687 Add sock.h header where needed for non-ssl buildsAndrew Morrow2017-08-231-0/+1
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-151-2/+3
* SERVER-23246 make SockAddr its own filesMatt Cotter2016-03-231-1/+0
* SERVER-16852 Print buildInfo in version output/allow override of buildInfoJonathan Reams2015-09-041-3/+1
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-4/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-20/+19
* SERVER-18099 Refactor buildinfo/version reportingJonathan Reams2015-04-301-2/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* 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-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-12156 Split version.h/cpp into version and version_reporting.Andy Schwerin2013-12-231-0/+1
* SERVER-11538: Create library for socket code and fix dependencies of libserve...Shaun Verch2013-11-041-0/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+3
* SERVER-7140 startup info is now printed on log rotateKyle Erf2013-10-031-0/+64