Skip to content

Commit

Permalink
improve newrelic documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsoft committed Feb 1, 2014
1 parent b51adf7 commit 01a835c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/src/jekyll/newrelic/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Currently you will need to add a few settings to your `application.conf` file fo

```scala
akka {
// Custom logger for NewRelic that takes all the `Error` events from the event stream and publish them to NewRelic
loggers = ["akka.event.slf4j.Slf4jLogger", "kamon.newrelic.NewRelicErrorLogger"]
// Make sure the NewRelic extension is loaded with the ActorSystem
extensions = ["kamon.newrelic.NewRelic"]
}
Expand Down

0 comments on commit 01a835c

Please sign in to comment.