Enable configuration of new relic STDOUT logging

This commit is contained in:
Richard 2015-04-14 13:16:10 -07:00
parent 1c22aefa5e
commit c359a6d172
4 changed files with 6 additions and 2 deletions

View file

@ -356,6 +356,8 @@ type NewRelicReporting struct {
LicenseKey string `yaml:"licensekey,omitempty"`
// Name is the component name of the registry in NewRelic
Name string `yaml:"name,omitempty"`
// Verbose configures debug output to STDOUT
Verbose bool `yaml:"verbose,omitempty"`
}
// Middleware configures named middlewares to be applied at injection points.