Logs
Inspect system and instance logs with source and severity filters.
Purpose
The Logs page provides a centralized log viewer for the whole system and for individual instances. Use it to diagnose runtime issues, verify scenario behavior, and quickly isolate protocol/model errors.
Back to UI Overview: UI Overview.
Where to find it
In the UI navigation, select Logs.
What you can do here
Switch the source between System and a selected instance.
Filter logs by severity (
ALL,DEBUG,INFO,WARNING,ERROR,CRITICAL).Set tail size (
1..500) to control how many latest log entries are fetched.Refresh manually or keep live polling active.
Expand long log entries for full details.
Image placeholder: Logs page with source selector, level filter, and limit input.
Typical workflow
Open Logs.
Start with System source to spot global errors.
Switch source to a specific instance when you need model-level details.
Narrow to
WARNINGorERRORto triage incidents quickly.Increase tail limit if the issue spans longer sequences.
What to verify
Integrator: expected instance and system messages are visible after startup.
QA: failing scenarios generate deterministic warning/error entries.
Developer: no repeated unexpected stack traces after model/config changes.
Common issues
No logs displayed: verify server connection in Settings.
Missing expected entries: increase tail limit and refresh.
Source not visible in selector: refresh Instances list and confirm instance exists.
Very noisy output: filter by
WARNING/ERRORfirst, then drill down.
Related pages
Instances for per-instance tab-level troubleshooting.
Settings for connection setup.
Troubleshooting and Support for escalation flow.
Last updated

