hyperledger / anoncreds-v2-rs

Anonymous Credential Exchange 2.0
Apache License 2.0
34 stars 13 forks source link

Add debug logs to functions #15

Closed VictorH2208 closed 10 months ago

VictorH2208 commented 10 months ago

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.

swcurran commented 10 months ago

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

swcurran commented 10 months ago

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