Skip to content

Conversation

@zeroXbrock
Copy link
Member

@zeroXbrock zeroXbrock commented May 27, 2025

Motivation

Too many logs when running tests.

Solution

  • RUST_LOG was hard-coded in the test environment. Now it reads the value at runtime.
  • info! and debug! statements moved to println! in tests; logs available via -- --nocapture

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@github-actions
Copy link
Contributor

Preview Report

An example contender report preview is available here.

@zeroXbrock zeroXbrock merged commit 55aab09 into main May 27, 2025
8 checks passed
@zeroXbrock zeroXbrock deleted the feat/better-test-logging branch May 27, 2025 23: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.

1 participant