Global Log Search (Beta)
Search and filter logs across all CI jobs running on Blacksmith runners
Global Log Search allows you to quickly find and analyze logs from all your CI jobs running on Blacksmith runners. This powerful feature helps you debug issues, track specific events, and monitor your workflows with advanced filtering capabilities.
This feature is currently in beta. We’re actively improving the search capabilities and performance. If you encounter any issues or have feedback, please reach out to our support team.
Available Filters
You can search and filter your logs using the following criteria:
- Repository - Filter by repositories in your organization
- Level - Drill down into Error or Warning logs
- Workflow - Filter by specific GitHub workflow names
- Job - Search within particular job names
- Step - Focus on specific workflow steps
- Branch - View logs from specific Git branches
- User - Filter by the user who triggered the workflow
Usage
Navigate to the Logs section in your Blacksmith dashboard to start searching. Use any combination of filters on the left or the log search bar to narrow down your results and quickly find the information you need.
Search logs in the query bar by:
- Substring search - Search for text across your logs. For multi-word phrases, use quotes (e.g.
"build failed"
) - Property filters - filter down logs by their property with queries like (
job_id:43977726829
) - Exclude matches - negate a search term by prefixing it with
-
(e.g.-"rpc error"
)