summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/mongod_main.cpp')
-rw-r--r--src/mongo/db/mongod_main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/mongod_main.cpp b/src/mongo/db/mongod_main.cpp
index b785bd235a0..36f6842d691 100644
--- a/src/mongo/db/mongod_main.cpp
+++ b/src/mongo/db/mongod_main.cpp
@@ -1469,6 +1469,7 @@ int mongod_main(int argc, char* argv[]) {
}
}
+ audit::rotateAuditLog();
setUpCollectionShardingState(service);
setUpCatalog(service);
setUpReplication(service);