Filtering
The toolbar provides several filters to narrow down log entries:- Component — filter by source component (orchestrator, trainer, inference)
- Level — toggle log levels (DEBUG, INFO, WARNING, ERROR, CRITICAL)
- Source — filter by specific source within a component
Search
A text search box lets you filter logs by message content. Results update as you type.Pagination
Logs are paginated for performance. Use the page navigation at the bottom to browse through results.Log upload must be enabled in the training config (
wandb_upload_logs: true, which is the default). You can also enable detailed logs (wandb_upload_logs_detailed) and stdout logs (wandb_upload_logs_stdout) for more verbose output.
