Skip to content

Commit

Permalink
debug logger removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Cem Bideci committed Oct 2, 2021
1 parent 2ace291 commit 17b6958
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions newrelicmodule.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ func createApplication() {
app, err = newrelic.NewApplication(
newrelic.ConfigAppName(getEnv("NEW_RELIC_APP_NAME")),
newrelic.ConfigLicense(getEnv("NEW_RELIC_KEY")),
newrelic.ConfigDebugLogger(os.Stdout),
newrelic.ConfigDistributedTracerEnabled(true),
)

if nil != err {
Expand Down

0 comments on commit 17b6958

Please sign in to comment.