Enable configuration of new relic STDOUT logging
This commit is contained in:
parent
1c22aefa5e
commit
c359a6d172
4 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue