aboutsummaryrefslogtreecommitdiff
path: root/kamon-log-reporter/src/main/resources/reference.conf
blob: dea218eb8e5e399cfca37f650ff991299bea9356 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# ========================================== #
# Kamon-Log-Reporter Reference Configuration #
# ========================================== #

kamon {
  log-reporter {

    # Enable system metrics
    # In order to not get a ClassNotFoundException, we must register the kamon-sytem-metrics module
    report-system-metrics = false
  }
}