Logs dock
The Logs tab of the bottom dock aggregates the logs of all the scenario’s micros live. It’s the heart of the dock: what you’d see in several terminals, in a single place.
Filter
Section titled “Filter”- By micro — one, several or all. (The system sources also work:
engine,mock,docker.) - By level — All, Info+, Warn+ or only Error.
- Search — the magnifier filters by text within what’s shown.
The filters combine.
Follow the tail
Section titled “Follow the tail”Follow keeps the automatic scroll stuck to the last line. You can make it active by default when launching a scenario in Settings → Appearance.
Actions
Section titled “Actions”- Copy the selected lines to the clipboard.
- Clear the logs from the view (of the selected micro or all); it does not delete the file.
- Open full log — the session file, which keeps all the content (the view only keeps a line limit in memory, configurable in Settings).
From the CLI
Section titled “From the CLI”microlab logs [micro] [-f] [-n N] [--errors] [-g pattern]. Without a live engine it still
works over the persisted session.log: the logs are still there after something crashes.
See Debug a micro that won’t start.