Skip to content

Commit

Permalink
remove not used crates
Browse files Browse the repository at this point in the history
  • Loading branch information
xbicsan committed Jan 19, 2025
1 parent ddf93ee commit b98120b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
29 changes: 0 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions server-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ opentelemetry_sdk = { version = "0.27", features = ["rt-tokio"] }
opentelemetry-semantic-conventions = "0.27"
tracing = "0.1.41"
tracing-actix-web = { workspace = true }
tracing-appender = "0.2.3"
tracing-opentelemetry = "0.28"
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "json"] }
tracing-stackdriver = "0.10"
tokio = { workspace = true }
log = { workspace = true }
uuid = { workspace = true }
4 changes: 0 additions & 4 deletions server-common/src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use std::time::Instant;
use thiserror::Error;
use tracing::Span;
use tracing_actix_web::RootSpanBuilder;
use tracing_appender::rolling::InitError;
use tracing_subscriber::{
fmt,
layer::SubscriberExt as _,
Expand All @@ -24,9 +23,6 @@ pub enum InitLoggerError {
#[error("Failed to initialize logger: {0}")]
SetGlobalSubscriberError(#[from] tracing::subscriber::SetGlobalDefaultError),

#[error("Failed to build file appender: {0}")]
FailedToBuildFileAppender(#[from] InitError),

#[error("Failed to initialize logger: {0}")]
TryInitError(#[from] TryInitError),
}
Expand Down

0 comments on commit b98120b

Please sign in to comment.