summaryrefslogtreecommitdiff
path: root/src/mongo/db/log_process_details.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-231-2/+5
| | | | | | This reverts commit 79a8452b2a813b796059e5eab6c18f685283ce08. with new spot fix: printCommandLineOpts when sending to log
* Revert "SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging"Max Hirschhorn2020-03-231-5/+2
| | | | This reverts commit cddfeb0c7cb137d46b14da18a7cfd4905bfab87f.
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-201-2/+5
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
|
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+3
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-9/+9
|
* SERVER-7140 startup info is now printed on log rotateKyle Erf2013-10-031-0/+44
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>