File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -295,6 +295,14 @@ description: |
295
295
296
296
If you do not specify :setting:`systemLog.destination`, MongoDB sends
297
297
all log output to standard output.
298
+
299
+ .. warning::
300
+
301
+ The ``syslog`` daemon generates timestamps when it logs a message, not
302
+ when MongoDB issues the message. This can lead to misleading timestamps
303
+ for log entries, especially when the system is under heavy load. We
304
+ recommend using the ``file`` option for production systems to ensure
305
+ accurate timestamps.
298
306
---
299
307
program : conf
300
308
name : systemLog.timeStampFormat
Original file line number Diff line number Diff line change @@ -305,6 +305,14 @@ description: |
305
305
than to standard output or to a log file. , as with :option:`--logpath`.
306
306
307
307
The {{role}} option is not supported on Windows.
308
+
309
+ .. warning::
310
+
311
+ The ``syslog`` daemon generates timestamps when it logs a message, not
312
+ when MongoDB issues the message. This can lead to misleading timestamps
313
+ for log entries, especially when the system is under heavy load. We
314
+ recommend using the :option:`--logpath` option for production systems to
315
+ ensure accurate timestamps.
308
316
optional : true
309
317
---
310
318
program : mongod
You can’t perform that action at this time.
0 commit comments