Skip to content
🤷

Forgive us! These docs are a work in progress. Some pages may be incomplete or describe features that aren't quite finished yet. Farkitect is in early development and we don't recommend using it for real work just yet. Feel free to explore — just be aware that things are still being built.

How to use the log panel

The log panel records all mutations (create, update, delete operations) as they happen across the application.

  • View > Log Panel
  • Or press Ctrl+Shift+J / Cmd+Shift+J

The log panel typically docks at the bottom of the workspace.

Each entry shows:

  • Timestamp — when the operation occurred
  • Severity — info, warning, or error
  • Source — which part of the application triggered the change
  • Description — what happened (e.g., “Created element ‘FQ Vessels’”, “Updated property ‘Status’“)

Use the filter controls at the top of the log panel:

  • By severity — show only warnings and errors, or include info-level entries
  • By source — filter to a specific area of the application
  • Debugging — understand what mutations are happening and in what order
  • Auditing — see who changed what (in collaborative scenarios)
  • Troubleshooting — identify failed operations or unexpected behaviour