From 347966912190bd49cf603365c50508d119aefee8 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Padiou Date: Mon, 1 Mar 2021 15:10:30 +0100 Subject: [PATCH] Disable jdbc instrumentation by default (#1713) The module is still there and can be enabled if needed. --- eclair-node/src/main/resources/application.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eclair-node/src/main/resources/application.conf b/eclair-node/src/main/resources/application.conf index 6736b8900d..b290bc34b7 100644 --- a/eclair-node/src/main/resources/application.conf +++ b/eclair-node/src/main/resources/application.conf @@ -46,6 +46,12 @@ kamon.instrumentation.akka { } } +kanela.modules { + jdbc { + enabled = false + } +} + akka { loggers = ["akka.event.slf4j.Slf4jLogger"] logger-startup-timeout = 30s