Skip to content

Commit c93156e

Browse files
committed
DOCS-2315: fixes connection string syntax
1 parent 17b2973 commit c93156e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/steps-log-rotate-rename.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replacement:
66
action:
77
language: sh
88
code: |
9-
mongod -v --logpath /var/log/mongodb/server1.log --logRotate reopen
9+
mongod -v --logpath /var/log/mongodb/server1.log --logRotate rename
1010
---
1111
stepnum: 2
1212
title: List the log files

0 commit comments

Comments
 (0)