Skip to content

Commit

Permalink
fix: remove newrelic debug logging (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
StewartJingga authored Nov 10, 2021
1 parent 580aa5f commit 7f0e6c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ func initNewRelicMonitor(config Config) *metrics.NewrelicMonitor {
app, err := newrelic.NewApplication(
newrelic.ConfigAppName(config.NewRelicAppName),
newrelic.ConfigLicense(config.NewRelicLicenseKey),
newrelic.ConfigDebugLogger(os.Stdout),
)
if err != nil {
log.Fatalf("unable to create New Relic Application: %v", err)
Expand Down

0 comments on commit 7f0e6c2

Please sign in to comment.