aboutsummaryrefslogtreecommitdiff
path: root/kamon-log-reporter/src/main/resources/reference.conf
blob: 5394193e144fa5ca3f8c5469fe8c789136aab617 (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 {
      auto-start = yes
      requires-aspectj = no
      extension-id = "kamon.logreporter.LogReporter"
    }
  }
}