Log Review v0.1.0

Drop a log file (TXT/LOG) or a filter preset (JSON) here, or

No log loaded.
Filters Keep/Remove rules run in order. Toggle, reorder, or edit inline.
Live filtering on. Changes apply immediately.
No filter preset loaded.
Show How to use & preset format
  • Drop a log file (or paste text + click Load Text) to populate the log viewer.
  • Drop a JSON config or click Load Filters to preload filters. Use Export Filters to download your current stack as JSON for reuse.
  • Toggle Live filtering off if large files make edits sluggish, then hit Apply Filters when ready. Copy or save the filtered output when satisfied.
{
  "filters": [
    {
      "mode": "keep",
      "query": "ERROR",
      "isRegex": false,
      "caseSensitive": false,
      "enabled": true
    },
    {
      "mode": "remove",
      "query": "(healthcheck|heartbeat)",
      "isRegex": true,
      "caseSensitive": false,
      "enabled": true
    }
  ]
}

You can provide the filters array directly without wrapping it in an object. Each filter supports: mode (keep | remove), query, isRegex, caseSensitive, and enabled.

No lines loaded.
Nothing to copy yet.