Skip to content

Commit

Permalink
update final log message
Browse files Browse the repository at this point in the history
  • Loading branch information
electron0zero committed Nov 13, 2024
1 parent b8bc5c4 commit 2371e68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/tempo-cli/cmd-rewrite-blocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ func (cmd *dropTracesCmd) Run(opts *globalOptions) error {
return err
}
}

fmt.Println("successfully rewrote blocks dropping requested trace")
if cmd.DropTrace {
fmt.Printf("successfully rewrote blocks dropping requested traces: %v from tenant: %v\n", cmd.TraceIDs, cmd.TenantID)
}

return nil
}
Expand Down

0 comments on commit 2371e68

Please sign in to comment.