Skip to content

Commit

Permalink
Fix Logstash appender config logging (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
medzin authored Feb 5, 2018
1 parent 56fdbc5 commit 1fb8a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servicelog/appender/logstash.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func LogstashAppenderFromEnv() (Appender, error) {
log.Infof("Protocol = %s", config.Protocol)
log.Infof("Address = %s", config.Address)
log.Infof("DiscoveryRefreshInterval = %s", config.DiscoveryRefreshInterval)
log.Infof("DiscoveryServiceName = %s", config.DiscoveryRefreshInterval)
log.Infof("DiscoveryServiceName = %s", config.DiscoveryServiceName)
log.Infof("RateLimit = %d", config.RateLimit)
log.Infof("SizeLimit = %d", config.SizeLimit)
log.Infof("TCPKeepAlive = %s", config.TCPKeepAlive)
Expand Down

0 comments on commit 1fb8a8b

Please sign in to comment.