Skip to content

Logging in the Rust matcher#28

Merged
QZHelen merged 2 commits intodigitalcredentialsdev:mainfrom
netheril96:logging
Apr 1, 2026
Merged

Logging in the Rust matcher#28
QZHelen merged 2 commits intodigitalcredentialsdev:mainfrom
netheril96:logging

Conversation

@netheril96
Copy link
Copy Markdown
Collaborator

Add Rust standard logging to the Rust matcher to facilitate debugging.

By default, these logging statements are stripped at compile time to reduce binary size. We need to manually enable them during building by --no-default-features --features logging

It's compile time stripped unless we enable with `--no-default-features
--features logging` during cargo build
@netheril96
Copy link
Copy Markdown
Collaborator Author

@QZHelen to review

@QZHelen QZHelen merged commit 04aed8f into digitalcredentialsdev:main Apr 1, 2026
1 check passed
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.

2 participants