How to use the log panel
The log panel records all mutations (create, update, delete operations) as they happen across the application.
Open the log panel
Section titled “Open the log panel”- View > Log Panel
- Or press Ctrl+Shift+J / Cmd+Shift+J
The log panel typically docks at the bottom of the workspace.
Read log entries
Section titled “Read log entries”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’“)
Filter logs
Section titled “Filter logs”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
When to use it
Section titled “When to use it”- 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