Skip to content

Commit 2a8e279

Browse files
Mikołaj Świątekswiatekm
authored andcommitted
fix(receiver-mock): restore --store-logs option
1 parent 57b327d commit 2a8e279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/receiver-mock/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ struct Cli {
7474
print_headers: bool,
7575

7676
#[arg(
77-
long = "store-headers",
77+
long = "store-logs",
7878
default_value_t = false,
7979
help = "Use to store log data which can then be queried via /logs/* endpoints"
8080
)]

0 commit comments

Comments
 (0)