aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/src/jekyll/newrelic/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/src/jekyll/newrelic/index.md b/site/src/jekyll/newrelic/index.md
index f70a0c9b..38a87245 100644
--- a/site/src/jekyll/newrelic/index.md
+++ b/site/src/jekyll/newrelic/index.md
@@ -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"]
}