summaryrefslogtreecommitdiff
path: root/src/mongo/db/initialize_server_global_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-9/+14
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-071-12/+12
* SERVER-67401 Remove unused parameter in `writePidFile`Gregory Noma2022-06-211-1/+1
* SERVER-7240 Delay writing PID file to the end of startupGregory Noma2022-06-101-10/+8
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-6/+7
* SERVER-61491 Tee backtrace log records to a separate fileMark Benvenuto2022-01-071-37/+55
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-20/+15
* SERVER-20359 Rename terse(UTC)CurrentTime to terseCurrentTimeForFilename()Sara Golemon2020-09-141-1/+1
* SERVER-50490 Reduce log severity of SERVER RESTARTED warningSara Golemon2020-08-251-5/+4
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-19/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-2/+0
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-151-103/+21
* SERVER-47478 restore 'forked process: <pid>' messageBilly Donahue2020-04-101-0/+2
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-04-031-6/+9
* Revert "SERVER-47077 Clean up log lines in 'mongo/db'"Amirsaman Memaripour2020-03-311-9/+6
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-03-271-6/+9
* SERVER-46563 use pipe instead of SIGUSR2 for interfork commsBilly Donahue2020-03-161-116/+203
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+2
* SERVER-46415 Remove logFormat option and the ability to select the text forma...Henrik Edin2020-02-281-1/+0
* SERVER-42722 Implement --timeStampFormat in logv2.Henrik Edin2020-02-131-6/+8
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+7
* SERVER-46017 Add truncation support for JSON formatterHenrik Edin2020-02-111-10/+11
* SERVER-45619 Fix so logv1 to v2 appender does not output large log warning in...Henrik Edin2020-01-171-6/+6
* SERVER-43998 ProgramOutputMultiplexer::appendLine should write to the loggerGabriel Russell2019-12-041-4/+4
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-5/+5
* SERVER-43746 logv2 Tee and RamLogGabriel Russell2019-10-161-9/+20
* SERVER-43809 Refactor logv2 configurationHenrik Edin2019-10-151-11/+18
* SERVER-43744 Add logFormat configure option (logv2 only)Henrik Edin2019-10-081-0/+3
* SERVER-42726 enable logging via logv2Gabriel Russell2019-10-031-33/+77
* SERVER-41633 Allow overriding system umask for group/other from process startupSara Golemon2019-08-161-27/+116
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+4
* SERVER-41601 mongocryptd pid file should contain connectivity informationMark Benvenuto2019-06-171-2/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+3
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-9/+7
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39553 Migrate server parameters to IDL in src/mongo/db/initialize_serv...Mathew Robinson2019-02-251-6/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39130 Split up initialize_server_global_state.cppMark Benvenuto2019-01-241-35/+0
* SERVER-33469 Make syslog consistent with mongod log filesMathew Robinson2018-12-061-2/+2
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-2/+2
* SERVER-36977 Set process umask before creating log fileJonathan Reams2018-10-261-6/+14
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-5/+3
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-05-151-1/+1
* SERVER-34541 Remove MessagePort and ListenerAndrew Morrow2018-04-181-2/+0
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-1/+1
* SERVER-33758 Make mongo::logger classes use more unique_ptrsBen Caimano2018-03-211-14/+12
* SERVER-33758 Remove logUserIdsBen Caimano2018-03-161-0/+4
* SERVER-32257 socket path only needs to exist when !noUnixSocketGabriel Russell2017-12-111-1/+1