Skip to content

Conversation

@shyim
Copy link
Contributor

@shyim shyim commented Nov 23, 2025

Type of Change

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

Related Issues

Summary of Changes

Started using quick start rustfs and what was wtf is claude code infering in my docker container and how and then realized it's commited inside the repo 😂

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.

@CLAassistant
Copy link

CLAassistant commented Nov 23, 2025

CLA assistant check
All committers have signed the CLA.

@loverustfs
Copy link
Contributor

Really appreciate the help! We're going to review this and follow up with you.

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 removes accidentally committed debug logging statements that were added during development. The changes clean up temporary debugging code prefixed with "CLAUDE DEBUG" that was inadvertently included in the repository.

  • Removed debug println! and info! logging statements from KMS initialization
  • Cleaned up debug logging from KMS service manager methods
  • Removed debug tracing statements from disk operations

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
rustfs/src/main.rs Removed debug logging from init_kms_system function
crates/kms/src/service_manager.rs Removed debug logging from configure(), start(), and get_global_encryption_service() functions; simplified logic in get_global_encryption_service()
crates/ecstore/src/disk/local.rs Removed debug tracing statements from rename_data function

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

@loverustfs loverustfs merged commit ee04cc7 into rustfs:main Nov 26, 2025
12 checks 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.

4 participants