summaryrefslogtreecommitdiff
path: root/src/mongo/db/initialize_server_global_state.cpp
AgeCommit message (Expand)Author
2024-04-06Revert "SERVER-88953 ServerParameter onUpdate handlers accept OperationContex...auto-revert-processor
2024-04-06SERVER-88953 ServerParameter onUpdate handlers accept OperationContext (#20690)Matt Broadstone
2023-10-04SERVER-81602 remove fmtMessage from LOGV2 statementsBilly Donahue
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2022-08-30SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks
2022-07-07SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser
2022-06-21SERVER-67401 Remove unused parameter in `writePidFile`Gregory Noma
2022-06-10SERVER-7240 Delay writing PID file to the end of startupGregory Noma
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2022-04-28SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue
2022-01-07SERVER-61491 Tee backtrace log records to a separate fileMark Benvenuto
2020-12-08SERVER-40811 make initializers throwyBilly Donahue
2020-09-14SERVER-20359 Rename terse(UTC)CurrentTime to terseCurrentTimeForFilename()Sara Golemon
2020-08-25SERVER-50490 Reduce log severity of SERVER RESTARTED warningSara Golemon
2020-08-18SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue
2020-04-15SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin
2020-04-10SERVER-47478 restore 'forked process: <pid>' messageBilly Donahue
2020-04-03SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour
2020-03-31Revert "SERVER-47077 Clean up log lines in 'mongo/db'"Amirsaman Memaripour
2020-03-27SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour
2020-03-16SERVER-46563 use pipe instead of SIGUSR2 for interfork commsBilly Donahue
2020-02-28SERVER-45567 removing util/log.h where I canGabriel Russell
2020-02-28SERVER-46415 Remove logFormat option and the ability to select the text forma...Henrik Edin
2020-02-13SERVER-42722 Implement --timeStampFormat in logv2.Henrik Edin
2020-02-13SERVER-45869 automatically converted structured loggingGabriel Russell
2020-02-11SERVER-46017 Add truncation support for JSON formatterHenrik Edin
2020-01-17SERVER-45619 Fix so logv1 to v2 appender does not output large log warning in...Henrik Edin
2019-12-04SERVER-43998 ProgramOutputMultiplexer::appendLine should write to the loggerGabriel Russell
2019-11-25SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell
2019-10-16SERVER-43746 logv2 Tee and RamLogGabriel Russell
2019-10-15SERVER-43809 Refactor logv2 configurationHenrik Edin
2019-10-08SERVER-43744 Add logFormat configure option (logv2 only)Henrik Edin
2019-10-03SERVER-42726 enable logging via logv2Gabriel Russell
2019-08-16SERVER-41633 Allow overriding system umask for group/other from process startupSara Golemon
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-06-17SERVER-41601 mongocryptd pid file should contain connectivity informationMark Benvenuto
2019-06-14SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis
2019-04-09SERVER-40476 remove mongoutils::strBilly Donahue
2019-03-03SERVER-37092 Remove old server parameter APISara Golemon
2019-02-25SERVER-39553 Migrate server parameters to IDL in src/mongo/db/initialize_serv...Mathew Robinson
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2019-01-24SERVER-39130 Split up initialize_server_global_state.cppMark Benvenuto
2018-12-06SERVER-33469 Make syslog consistent with mongod log filesMathew Robinson
2018-11-14SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams
2018-10-26SERVER-36977 Set process umask before creating log fileJonathan Reams
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-10-12SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev
2018-05-15SERVER-34735 Extract structured data from X509 subject namesSara Golemon
2018-04-18SERVER-34541 Remove MessagePort and ListenerAndrew Morrow