Skip to content

Conversation

@houseme
Copy link
Contributor

@houseme houseme commented Nov 12, 2025

Type of Change

  • New Feature
  • Bug Fix
  • Documentation
  • Performance Improvement
  • Test/CI
  • Refactor
  • Other:

Related Issues

Summary of Changes

Checklist

  • I have read and followed the CONTRIBUTING.md guidelines
  • Passed make pre-commit
  • Added/updated necessary tests
  • Documentation updated (if needed)
  • CI/CD passed (if applicable)

Impact

  • Breaking change (compatibility)
  • Requires doc/config/deployment update
  • Other impact:

Additional Notes


Thank you for your contribution! Please ensure your PR follows the community standards (CODE_OF_CONDUCT.md) and sign the CLA if this is your first contribution.

@github-actions
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
cargo/google-cloud-auth 1.1.1 UnknownUnknown
cargo/google-cloud-gax 1.3.0 UnknownUnknown
cargo/google-cloud-gax-internal 0.7.4 UnknownUnknown
cargo/google-cloud-storage 1.3.0 UnknownUnknown
cargo/quick-xml 0.38.4 🟢 5.6
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 6Found 4/6 approved changesets -- score normalized to 6
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Security-Policy⚠️ 0security policy file not detected
Vulnerabilities🟢 100 existing vulnerabilities detected
License🟢 10license file detected
Fuzzing🟢 10project is fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • Cargo.lock

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors error logging in the metacache_set module and updates several dependencies. While the title focuses on logger changes, the PR includes dependency updates as part of a broader refactoring effort.

Key changes:

  • Downgrades walk directory error logging from error! to info! level when fallback mechanism is available
  • Updates four dependencies: quick-xml (0.38.3→0.38.4), crc-fast (1.3.0→1.6.0), google-cloud-storage (1.2.0→1.3.0), and google-cloud-auth (1.1.0→1.1.1)

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
crates/ecstore/src/cache_value/metacache_set.rs Changes error logging level from error! to info! for walk_dir failures with fallback recovery; adds info to tracing imports
Cargo.toml Updates versions for quick-xml, crc-fast, google-cloud-storage, and google-cloud-auth dependencies
Cargo.lock Reflects dependency version updates and their transitive dependencies (google-cloud-gax, google-cloud-gax-internal) with updated checksums

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@houseme houseme merged commit d4817a4 into main Nov 12, 2025
22 checks passed
@houseme houseme deleted the fix/logger-level-1112 branch November 12, 2025 03:13
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.

1 participant