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": "#fafafa",
  "border": "#d0d0d0",
  "cursor_bg": "#d0d0d0",
  "border_title": "#383a42",
  "inactive_tab_fg": "#a0a1a7",
  "comment_fg": "#0184bc",
  "text": "#383a42",
  "text_highlight_fg": "#c18401",
  "text_highlight_bg": "#f5e0a0",
  "cursor_fg": "#383a42",
  "trace_fg": "#a0a1a7",
  "debug_fg": "#0184bc",
  "info_fg":    "#383a42",
  "notice_fg": "#50a14f",
  "warning_fg": "#c18401",
  "error_fg": "#e45649",
  "fatal_fg": "#e45649",
  "warning_bg": "#f5e6c0",
  "error_bg": "#f5d0cf",
  "fatal_bg": "#f5d0cf",
  "search_fg": "#383a42",
  "visual_select_bg": "#e8e8e8",
  "visual_select_fg": "#383a42",
  "mark_bg": "#cce5f7",
  "mark_fg": "#383a42",
  "process_colors": [
    "#e45649",
    "#50a14f",
    "#c18401",
    "#4078f2",
    "#a626a4",
    "#0184bc"
  ],
  "value_colors": {
    "http_get": "#50a14f",
    "http_post": "#0184bc",
    "http_put": "#c18401",
    "http_delete": "#e45649",
    "http_patch": "#a626a4",
    "http_other": "#a0a1a7",
    "status_2xx": "#50a14f",
    "status_3xx": "#0184bc",
    "status_4xx": "#c18401",
    "status_5xx": "#e45649",
    "ip_address": "#4078f2",
    "uuid": "#696c77"
  }
}