Skip to content

Commit

Permalink
Disable jdbc instrumentation by default (#1713)
Browse files Browse the repository at this point in the history
The module is still there and can be enabled if needed.
  • Loading branch information
pm47 authored Mar 1, 2021
1 parent 2646886 commit 3479669
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eclair-node/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ kamon.instrumentation.akka {
}
}

kanela.modules {
jdbc {
enabled = false
}
}

akka {
loggers = ["akka.event.slf4j.Slf4jLogger"]
logger-startup-timeout = 30s
Expand Down

0 comments on commit 3479669

Please sign in to comment.