Skip to content

Commit f96bf74

Browse files
author
Bob Grabar
committed
DOCS-693 edits
1 parent ce9af41 commit f96bf74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/faq/fundamentals.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ The ``mongod`` process has disappeared from the logs. Where can I find informati
231231

232232
If :program:`mongod` shuts down unexpectedly on a UNIX or UNIX-based
233233
platform, and if :program:`mongod` fails to log a shutdown or error
234-
message, then check the global logs in the ``/var/log/messages``
235-
directory. Check for messages pertaining to MongoDB by running the
236-
following commands:
234+
message, then check your system logs for messages pertaining to MongoDB.
235+
For example, if the logs are located in ``/var/log/messages``,
236+
run the following commands:
237237

238238
.. code-block:: sh
239239

@@ -261,7 +261,7 @@ To change the ``tcp_keepalive_time`` value, issue the following command:
261261
echo 300 > /proc/sys/net/ipv4/tcp_keepalive_time
262262

263263
The new ``tcp_keepalive_time`` value takes effect without requiring you
264-
to restart not need to restart the :program:`mongod` or
264+
to restart the :program:`mongod` or
265265
:program:`mongos` servers.
266266

267267
You must alter the ``tcp_keepalive_time`` value on all machines hosting

0 commit comments

Comments
 (0)