mongodb-logs
Retrieve recent MongoDB database log events to monitor system activity, troubleshoot issues, or analyze startup warnings for operational insights.
Instructions
Returns the most recent logged mongod events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | The type of logs to return. Global returns all recent log entries, while startupWarnings returns only warnings and errors from when the process started. | global |
| limit | No | The maximum number of log entries to return. |