Skip to content

Commit

Permalink
fix accidental rename
Browse files Browse the repository at this point in the history
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
  • Loading branch information
hawkw committed Sep 12, 2019
1 parent 79d4124 commit 5cfb256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/examples/tower-load.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use tracing_subscriber::FmtSubscriber;
fn main() {
let builder = FmtSubscriber::builder()
.with_env_filter("info,tower_load=debug")
.with_env_filter_reloading();
.with_filter_reloading();
let handle = builder.reload_handle();

let _ = tracing::subscriber::set_global_default(builder.finish());
Expand Down

0 comments on commit 5cfb256

Please sign in to comment.