summaryrefslogtreecommitdiff
path: root/src/mongo/logv2/log_domain_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/logv2/log_domain_global.h')
-rw-r--r--src/mongo/logv2/log_domain_global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/logv2/log_domain_global.h b/src/mongo/logv2/log_domain_global.h
index afc943db4d3..03a09562c07 100644
--- a/src/mongo/logv2/log_domain_global.h
+++ b/src/mongo/logv2/log_domain_global.h
@@ -58,7 +58,7 @@ public:
LogSource& source() override;
Status configure(ConfigurationOptions const& options);
- Status rotate();
+ Status rotate(bool rename, StringData renameSuffix);
LogComponentSettings& settings();