Skip to content

Commit

Permalink
don't install tracing subscriber in corro sync command, already insta…
Browse files Browse the repository at this point in the history
…lled
  • Loading branch information
jeromegn committed Aug 21, 2023
1 parent dd26b98 commit 22401ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/corrosion/src/command/consul/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ pub async fn run<P: AsRef<Path>>(
api_addr: SocketAddr,
db_path: P,
) -> eyre::Result<()> {
tracing_subscriber::fmt::init();

let (mut tripwire, tripwire_worker) = tripwire::Tripwire::new_signals();

let node: &'static str = Box::leak(
Expand Down

0 comments on commit 22401ea

Please sign in to comment.