aboutsummaryrefslogtreecommitdiff
path: root/site/src/jekyll
diff options
context:
space:
mode:
authordpsoft <diegolparra@gmail.com>2014-01-31 22:10:47 -0200
committerdpsoft <diegolparra@gmail.com>2014-01-31 22:10:47 -0200
commit01a835c17c9530b16c9dab0a35a95e31df733873 (patch)
tree404ea95a15cec9c5fcd0aac8514df803bc673111 /site/src/jekyll
parentb51adf72242b953b2d9723491ef81473138ec107 (diff)
downloadKamon-01a835c17c9530b16c9dab0a35a95e31df733873.tar.gz
Kamon-01a835c17c9530b16c9dab0a35a95e31df733873.tar.bz2
Kamon-01a835c17c9530b16c9dab0a35a95e31df733873.zip
improve newrelic documentation
Diffstat (limited to 'site/src/jekyll')
-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"]
}