Skip to content

Commit

Permalink
Remove unused --cassandra_servicename flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen McQuay committed Oct 2, 2017
1 parent bf85df3 commit 1c76eaa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ package eventmaster
type Flags struct {
Port int `long:"port" default:"50052" description:"Port for EventMaster gRPC + HTTP API"`

CassandraServiceName string `long:"cassandra_servicename" description:"name of cassandra service to talk to"`

RsyslogServer bool `short:"r" long:"rsyslog_server" description:"Flag to start TCP rsyslog server"`

RsyslogPort int `long:"rsyslog_port" default:"50053" description:"Port for rsyslog clients to send logs to"`
Expand Down

0 comments on commit 1c76eaa

Please sign in to comment.