Skip to content

Conversation

@Manuthor
Copy link
Contributor

No description provided.

@Manuthor Manuthor requested a review from Copilot September 19, 2025 07:23
Copy link

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 standardizes logging throughout the Cosmian CLI codebase by replacing direct tracing imports with the cosmian_logger facade. This change consolidates logging functionality under a unified interface while maintaining the same underlying tracing capabilities.

Key changes:

  • Replace use tracing::* imports with use cosmian_logger::* equivalents
  • Update Cargo.toml dependencies to reflect the logging library changes
  • Maintain existing log macro call patterns with the new import sources

Reviewed Changes

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

Show a summary per file
File Description
crate/pkcs11/provider/src/*.rs Replace tracing imports with cosmian_logger for error, debug, trace macros
crate/pkcs11/module/src/*.rs Replace tracing imports with cosmian_logger for debug, error, info, trace macros
crate/cli/src/tests/kms/**/*.rs Replace tracing imports with cosmian_logger for various log level macros
crate/cli/src/*.rs Replace tracing imports with cosmian_logger for debug, info, trace macros
*/Cargo.toml Update dependencies to use cosmian_logger instead of direct tracing dependency

@Manuthor Manuthor merged commit d6758f7 into develop Sep 22, 2025
23 checks passed
@Manuthor Manuthor deleted the use_cosmian_logger branch September 22, 2025 19:21
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