logana 0.6.0

Turn any log source — files, compressed archives, Docker, or OTel streams — into structured data. Filter by pattern, field, or date range; annotate lines; bookmark findings; and export to Markdown, Jira, or AI assistants via the built-in MCP server.
Documentation
{
  "root_bg": "#0d1117",
  "border": "#30363d",
  "cursor_bg": "#21262d",
  "border_title": "#58a6ff",
  "inactive_tab_fg": "#8b949e",
  "comment_fg": "#58a6ff",
  "text": "#e6edf3",
  "text_highlight_fg": "#e3b341",
  "text_highlight_bg": "#3d2b00",
  "cursor_fg": "#e6edf3",
  "trace_fg": "#484f58",
  "debug_fg": "#58a6ff",
  "info_fg": "#e6edf3",
  "notice_fg": "#3fb950",
  "warning_fg": "#d29922",
  "error_fg": "#f85149",
  "fatal_fg": "#f85149",
  "warning_bg": "#3d2b00",
  "error_bg": "#3d0d0c",
  "fatal_bg": "#3d0d0c",
  "search_fg": "#0d1117",
  "visual_select_bg": "#264f78",
  "visual_select_fg": "#e6edf3",
  "mark_bg": "#0d2a45",
  "mark_fg": "#e6edf3",
  "process_colors": [
    "#f85149",
    "#3fb950",
    "#e3b341",
    "#58a6ff",
    "#d2a8ff",
    "#39c5cf"
  ],
  "value_colors": {
    "http_get": "#3fb950",
    "http_post": "#58a6ff",
    "http_put": "#e3b341",
    "http_delete": "#f85149",
    "http_patch": "#d2a8ff",
    "http_other": "#484f58",
    "status_2xx": "#3fb950",
    "status_3xx": "#58a6ff",
    "status_4xx": "#e3b341",
    "status_5xx": "#f85149",
    "ip_address": "#79c0ff",
    "uuid": "#8b949e"
  }
}