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

Move to inspect_err from map_err for logging #76

Closed
ZoopOTheGoop opened this issue Feb 15, 2024 · 0 comments
Closed

Move to inspect_err from map_err for logging #76

ZoopOTheGoop opened this issue Feb 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request jira

Comments

@ZoopOTheGoop
Copy link
Contributor

As per #70, we currently use a construct like .map_err(|e| error!("{}", e); for logging, the newest rust version introduces inspect and inspect_err for this purpose, so we should migrate and bump the minimum rust version in Cargo.toml.

@ZoopOTheGoop ZoopOTheGoop added enhancement New feature or request jira labels Feb 15, 2024
@ZoopOTheGoop ZoopOTheGoop self-assigned this Feb 15, 2024
@sminez sminez closed this as completed Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jira
Projects
None yet
Development

No branches or pull requests

2 participants