Skip to content

Commit a2b4658

Browse files
committed
Fix typo: SIGURS1 should be SIGUSR1
1 parent 0f84e9c commit a2b4658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorial/rotate-log-files.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Specifically, log rotation renames the current log file by appending
1212
the filename with a timestamp, [#timestamp-format]_ opens a new log
1313
file, and finally closes the old log. MongoDB will only rotate logs,
1414
when you use the :dbcommand:`logRotate` command, or issue the process
15-
a ``SIGURS1`` signal as described in this procedure.
15+
a ``SIGUSR1`` signal as described in this procedure.
1616

1717
.. seealso:: For information on logging, see the
1818
:ref:`monitoring-standard-loggging` section.

0 commit comments

Comments
 (0)