Skip to content

Enable logger for userland Linux runner#773

Open
jaybosamiya-ms wants to merge 3 commits intomainfrom
jayb/litebox-logging
Open

Enable logger for userland Linux runner#773
jaybosamiya-ms wants to merge 3 commits intomainfrom
jayb/litebox-logging

Conversation

@jaybosamiya-ms
Copy link
Copy Markdown
Member

@jaybosamiya-ms jaybosamiya-ms commented Apr 14, 2026

This PR is (effectively) a re-spin of #558. It resolves #171.

The previous PR (#558) introduced tracing directly. In contrast here, we are using the #665 facade inside litebox itself.

This means that by-default litebox uses the lighter-weight log, which is more suitable for embedded-ish kernel projects. Runners that wish to have the heavier-weight tracing can flip the config flag (this is all primarily due to the work put into #665, this PR is mostly just realizing it).

At the runner, this PR uses tracing_subscriber directly and flips the config flag, which gives pretty output :)

@jaybosamiya-ms jaybosamiya-ms marked this pull request as ready for review April 14, 2026 21:30
@github-actions
Copy link
Copy Markdown

🤖 SemverChecks 🤖 No breaking API changes detected

Note: this does not mean API is unchanged, or even that there are no breaking changes; simply, none of the detections triggered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add tracing support

1 participant