Skip to content
Monghoul

Operation logs

Every operation the app ran, searchable, with its duration and its outcome.

Checked against v1.11.0 Updated
The operation log listing past queries with their duration and outcome
Logs · Every operation, searchable, with its duration
  • Audit trail and query history over queries, imports, exports, copies, renames, creates, deletes, and other mutations
  • Each record holds the operation, its connection, database and collection context, the query, duration, status, error, and result metadata
  • Search across query text, connection, database, collection, and errors, matching any part of a value
  • Filters for operation type, status, connection, collection, and time range
  • A source filter separates your own work from work an AI assistant caused, and AI records carry an assistant icon
  • The collection filter is picked from a list of names and matches exactly
  • Keyboard navigation, single and multi-select, bulk delete, and export of the filtered set
  • Compare two query logs side by side in a Monaco DiffEditor with line-level highlighting
  • Reopen a log as a query tab when its connection still exists
  • Query, response, error, and metadata sections copy and collapse independently, with full responses fetched on demand
  • Response storage: none, stripped with representative content (the default), or full by explicit choice
  • Any stored response is truncated above a size cap you set between 5 KB and 1 MB
  • Full storage keeps sensitive data on this device, so choosing it carries a warning
  • Passwords entered in Monghoul’s own forms are never logged, but query text and response fields are not classified or redacted
  • Retention of 100, 250, 500, 1,000, 2,000, 5,000, or unlimited entries, 500 by default, applied immediately
  • On Free the list and its pager stop at the 250 most recent entries. Older entries are kept, because retention is a separate setting
  • Approximate log storage shown, with a warning above 50 MB. The list paginates at 50 per page
  • Export server logs, or attach app version, license tier, platform, and recent logs to an issue report