aboutsummaryrefslogtreecommitdiff
path: root/kamon-log-reporter/src/main/resources
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2015-01-12 01:45:27 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2015-01-24 23:19:01 +0100
commit01a34f67ff75419c440f2e69c0a0db888a670a34 (patch)
tree9c4dee4e9c13c26937356950f9e4927c3f9dfb7d /kamon-log-reporter/src/main/resources
parent4a47e92d23af371f1d50b40af6cbe00a5ffc0105 (diff)
downloadKamon-01a34f67ff75419c440f2e69c0a0db888a670a34.tar.gz
Kamon-01a34f67ff75419c440f2e69c0a0db888a670a34.tar.bz2
Kamon-01a34f67ff75419c440f2e69c0a0db888a670a34.zip
! all: improve the metric recorders infrastructure
Diffstat (limited to 'kamon-log-reporter/src/main/resources')
-rw-r--r--kamon-log-reporter/src/main/resources/reference.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/kamon-log-reporter/src/main/resources/reference.conf b/kamon-log-reporter/src/main/resources/reference.conf
index dea218eb..0f7e4e9a 100644
--- a/kamon-log-reporter/src/main/resources/reference.conf
+++ b/kamon-log-reporter/src/main/resources/reference.conf
@@ -5,8 +5,7 @@
kamon {
log-reporter {
- # Enable system metrics
- # In order to not get a ClassNotFoundException, we must register the kamon-sytem-metrics module
+ # Decide whether the log reporter should log system metrics, if available.
report-system-metrics = false
}
}