Skip to content

fix(logger): isolate failures between log sinks - #351

Merged
devmobasa merged 1 commit into
mainfrom
fix/logger-sink-isolation
Aug 24, 2026
Merged

fix(logger): isolate failures between log sinks#351
devmobasa merged 1 commit into
mainfrom
fix/logger-sink-isolation

Conversation

@devmobasa

Copy link
Copy Markdown
Owner

Summary

  • isolate write failures so one log sink cannot starve the other
  • keep interrupted-write retries local to the affected sink
  • bound retained formatting buffers and keep file records on one line

Validation

  • cargo test logger::tests
  • cargo test --no-default-features logger::tests
  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets --all-features -- -D warnings
  • git diff --check

@devmobasa
devmobasa merged commit 4e838ed into main Aug 24, 2026
2 checks passed
@devmobasa
devmobasa deleted the fix/logger-sink-isolation branch August 24, 2026 09:16
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.

1 participant