Skip to content

Commit

Permalink
fix(receiver-mock): restore --store-logs option
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Świątek authored and swiatekm committed Nov 6, 2023
1 parent 57b327d commit 2a8e279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/receiver-mock/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ struct Cli {
print_headers: bool,

#[arg(
long = "store-headers",
long = "store-logs",
default_value_t = false,
help = "Use to store log data which can then be queried via /logs/* endpoints"
)]
Expand Down

0 comments on commit 2a8e279

Please sign in to comment.