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

kamon {
  modules {
    kamon-log-reporter {
      requires-aspectj = no
      auto-start = yes
      extension-class = "kamon.logreporter.LogReporter"
    }
  }
}