| Age | Commit message (Collapse) | Author |
|
GitOrigin-RevId: 0ad1fdc602207d30cd4386a18d8a64c7379709de
|
|
GitOrigin-RevId: 56ca5a328e3d37664e1b298b0f331861ace41dba
|
|
|
|
SERVER-80602 codebase-wide changes
remove selection test
apply clang-format
remove mistake files
remove format message
remove blank line artifacts
apply clang-format
remove blanks
SERVER-81602 logging.md update
manual fixup
windows fix
windows fix
mac fix
mac fix
add note to logging.md about legacy fmt strings
|
|
|
|
|
|
|
|
router port
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Remove several legacy logger/ files
- Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version.
- Globally replace logger::{LogSeverity,LogComponent} => logv2::
|
|
Cleaning up log lines to adhere to the LOGV2 style guide.
|
|
This reverts commit 79a8452b2a813b796059e5eab6c18f685283ce08.
with new spot fix: printCommandLineOpts when sending to log
|
|
This reverts commit cddfeb0c7cb137d46b14da18a7cfd4905bfab87f.
|
|
|
|
|
|
o converting some log lines that were missed
o fixing some missing includes
create mode 100644 src/mongo/transport/ismaster_metrics.cpp
|
|
|
|
iterate docs
|
|
Rename utils/mongoutils/str.h => utils/str.h
Rename namespace mongoutils::str => str
Rename mongo::strcasecmp => str::caseInsensitiveCompare.
|
|
|
|
|
|
|
|
|
|
Remove leading comments that are just stating the filename.
Move any file-level comments below the copyright banner.
Remove leading blank lines.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 1a643ba65b070c167cdfdd5056c7d2ac79dd5371.
|
|
|
|
|
|
|
|
and change to
std::vector internally
|
|
Similarly to how commands are setup, so embedded can depend on a smaller library with fewer dependencies.
|