Release Notes
Announcements

Log Parameter | Log Description |
Log Type | The supported log categories include, but are not limited to, COMMAND, ACCESS, CONTROL, FTDC, INDEX, NETWORK, QUERY, REPL, SHARDING, STORAGE, RECOVERY, JOURNAL, and WRITE. The exact categories available may vary depending on the MongoDB version. For more details, see log messages. |
Log Level | The log level indicates the severity of log messages, ranked from highest to lowest as follows: FATAL, ERROR, and WARNING. FATAL: A critical error that typically causes the program or service to stop running. ERROR: A serious error that does not immediately cause the program or service to stop running. WARNING: A warning message indicating a potential issue or unexpected behavior that does not immediately affect the normal operation of the system. |
Creation Time | The time when the error log was generated. |
Log details | Describes the raw log content. The format of the log content may vary depending on the version. For versions earlier than 4.4, the log format includes the following fields: Timestamp, Log Level, Component, Request Context, and Message. The log levels are represented as follows: I for INFO (informational), W for WARNING, E for ERROR, F for FATAL (critical error), and D for DEBUG (debugging information).
For version 4.4 and later versions, the log format includes the following fields: Timestamp (t), Log Level (s), Component (c), Error Code (id), Request Context (ctx), Message (msg), and Additional Information (attr).
|
Connection Information | Connection ID information extracted from the request context. |
Log ID | Log ID information. |
フィードバック