Skip to content

Commit

Permalink
fix: enable tracing subscribe again (#4121)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev authored Jul 28, 2024
1 parent aae2be8 commit 2c61352
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/fluvio-run/src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ use fluvio_run::RunCmd;
fn main() -> Result<(), Box<dyn std::error::Error>> {
let cmd: RunCmd = RunCmd::parse();

fluvio_future::subscriber::init_tracer(None);

cmd.process()?;
Ok(())
}

0 comments on commit 2c61352

Please sign in to comment.