Skip to content

Commit

Permalink
Fix: issue 34202
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtony committed Jun 18, 2018
1 parent 195d547 commit a6d5bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/jctl2gray.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fn parse_options() -> Config {
.help("Full address of target Graylog")
.takes_value(true)
.validator(validate_address)
.default_value("localhost:9000"),
.default_value("127.0.0.1:9000"),
)
.arg(
Arg::with_name("ttl")
Expand Down

0 comments on commit a6d5bb9

Please sign in to comment.