Skip to content

Enable logger for userland Linux runner#773

Merged
jaybosamiya-ms merged 3 commits intomainfrom
jayb/litebox-logging
Apr 15, 2026
Merged

Enable logger for userland Linux runner#773
jaybosamiya-ms merged 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.

Copy link
Copy Markdown
Contributor

@CvvT CvvT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@jaybosamiya-ms jaybosamiya-ms added this pull request to the merge queue Apr 15, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Apr 15, 2026
@jaybosamiya-ms jaybosamiya-ms added this pull request to the merge queue Apr 15, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 15, 2026
@jaybosamiya-ms jaybosamiya-ms added this pull request to the merge queue Apr 15, 2026
Merged via the queue into main with commit da7807d Apr 15, 2026
21 of 32 checks passed
@jaybosamiya-ms jaybosamiya-ms deleted the jayb/litebox-logging branch April 15, 2026 21:28
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

2 participants