Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbrowneprima committed Apr 24, 2024
1 parent 3c443dd commit abfcd3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/primait/prima_tracing.rs"
version = "0.9.1"

[features]
default = ["live", "dev"]
default = []
# Legacy feature names kept for compatibility reasons
prima-logger-datadog = ["datadog"]
prima-logger-json = ["json-logger"]
Expand Down
2 changes: 1 addition & 1 deletion src/subscriber.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub fn configure_subscriber<T: EventFormatter + Send + Sync + 'static>(
use crate::json::formatter::PrimaFormattingLayer;
use crate::json::storage::PrimaJsonStorage;
subscriber
.with(PrimaJsonStorage::default())
.with(PrimaJsonStorage)
.with(crate::layer::KubeEnvLayer::default())
.with(PrimaFormattingLayer::new(
_config.service.clone(),
Expand Down

0 comments on commit abfcd3c

Please sign in to comment.