hyperledger / anoncreds-v2-rs

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

Add debug log for credential definition #16

Closed VictorH2208 closed 8 months ago

VictorH2208 commented 8 months ago

Reformat the code to add a debug statement for credential definition. 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 8 months ago

Nice — useful again to see exactly what is in a CredDef. Thanks!