mesos / logstash

Logstash on Mesos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace system properties with command line options

frankscholten opened this issue · comments

@mwl I think we can close this -- you replaced it with the Spring Boot config thingamajig which lets us use command-line options

It means, replace java -Dfoo=far -jar … with java -jar … --foo=bar. Anyway. It's included in my Spring refactoring.