Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Dec 7, 2023
1 parent 4d64684 commit 73e5ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom_tracing_battery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use telemetry_batteries::tracing::{
};

pub fn main() -> eyre::Result<()> {
let datadog_format_layer = DatadogFormatLayer::layer(false, false);
let datadog_format_layer = DatadogFormatLayer::layer(false);
TracingBattery::init(datadog_format_layer);

tracing::info!("foo");
Expand Down

0 comments on commit 73e5ca1

Please sign in to comment.