Skip to content

Fix run logs interruption - #337

Merged
tuler merged 1 commit into
prerelease/v2-alphafrom
feature/run-logs
Sep 17, 2025
Merged

Fix run logs interruption#337
tuler merged 1 commit into
prerelease/v2-alphafrom
feature/run-logs

Conversation

@tuler

Copy link
Copy Markdown
Member

The docker compose logs --watch command has issues related to how SIGINT is handled.
docker/compose#13193
This works around that by using docker container logs instead.

@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: f09deeb

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
NameType
@cartesi/cliPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for ./apps/cli

StatusCategoryPercentageCovered / Total
🔵Lines25.08%279 / 1112
🔵Statements25.02%284 / 1135
🔵Functions25.77%50 / 194
🔵Branches21.62%112 / 518
File Coverage
FileStmtsBranchesFunctionsLinesUncovered Lines
Changed Files
apps/cli/src/base.ts0%0%0%0%31-156
apps/cli/src/commands/logs.ts0%0%0%0%5-48
Generated in workflow #656 for commit f09deeb by the Vitest Coverage Report Action

@tuler
tuler merged commit cc15f37 into prerelease/v2-alphaSep 17, 2025
4 checks passed
@tuler
tuler deleted the feature/run-logs branch September 17, 2025 15:29
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@tuler@endersonmaia