Fastest way to search and filter logs across all CI jobs running on Blacksmith runners
Filter | Description |
---|---|
run_id:* | Filter by workflow run instances (each run may contain multiple jobs) |
run_attempt:* | Filter by the attempt number of a given workflow run |
workflow:* | Filter by GitHub workflow name |
pr:* | Filter by pull request number |
branch:* | Filter by Git branch associated with the run |
repo:* | Filter by repository name |
job_id:* | Filter by specific job IDs |
job_name:* | Filter by job names |
step_id:* | Filter by specific step IDs |
step_name:* | Filter by workflow step names |
user:* | Filter by the user who triggered the workflow |
level:* | Filter by severity (info , warn , debug , error ) |
main
branch and only showing logs with severity error
or warn
:
-
. In this example, we are excluding logs containing the phrase “econn refused”:
\"
\\
"AND"
"OR"