Skip to content

Commit

Permalink
Add dora-cli name for tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Mar 31, 2023
1 parent 835f7db commit fb694df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binaries/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ enum Lang {

fn main() -> eyre::Result<()> {
#[cfg(feature = "tracing")]
set_up_tracing().context("failed to set up tracing subscriber")?;
set_up_tracing("dora-cli").context("failed to set up tracing subscriber")?;
let args = Args::parse();

let mut session = None;
Expand Down

0 comments on commit fb694df

Please sign in to comment.