Skip to content

Enhancement: disable tokio-rustls logging by default #2436

@qiuchengxuan

Description

@qiuchengxuan

Feature Request

Crates

Motivation

Unable to control tokio-rustls logging via Cargo.toml

Proposal

Change tonic/Cargo.toml

tokio-rustls = { version = "0.26.1", default-features = false, features = ["logging", "tls12"], optional = true }

to

tokio-rustls = { version = "0.26.1", default-features = false, features = ["tls12"], optional = true }

Alternatives

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions