Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add debug logs to functions #15

Merged
merged 3 commits into from
Jan 16, 2024
Merged

Add debug logs to functions #15

merged 3 commits into from
Jan 16, 2024

Conversation

VictorH2208
Copy link
Contributor

In order to view the logs in the console, run the command:
RUST_LOG=debug cargo test --test flow -- --nocapture --test-threads=1 to run the entire tests or
RUST_LOG=debug cargo test --test flow <test_name> -- --nocapture --test-threads=1 to run the test_name test.

@VictorH2208 VictorH2208 marked this pull request as draft January 11, 2024 19:05
@VictorH2208 VictorH2208 marked this pull request as ready for review January 11, 2024 19:06
@swcurran swcurran requested a review from mikelodder7 January 11, 2024 19:33
@swcurran
Copy link
Member

Awesome! @mikelodder7 — can you please check this out and (hopefully) approve?

Signed-off-by: VictorH2208 <[email protected]>
Signed-off-by: VictorH2208 <[email protected]>
Signed-off-by: VictorH2208 <[email protected]>
@mikelodder7 mikelodder7 merged commit 0e5cc0d into hyperledger:main Jan 16, 2024
5 checks passed
@swcurran
Copy link
Member

Finally got a chance to test this out -- things have been busy. This is excellent and VERY useful. Thanks! Nice work.

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.

3 participants