You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/09/15 16:17:18 UTC

[plc4x] branch develop updated: doc(plc4go/connection-cache): documented config variable

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8c0069bb8 doc(plc4go/connection-cache): documented config variable
8c0069bb8 is described below

commit 8c0069bb8addf93489375a35cd531fb417c80b53
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Thu Sep 15 18:17:12 2022 +0200

    doc(plc4go/connection-cache): documented config variable
---
 plc4go/pkg/api/config/config.go | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/plc4go/pkg/api/config/config.go b/plc4go/pkg/api/config/config.go
index 1a948378c..c36d5d4a8 100644
--- a/plc4go/pkg/api/config/config.go
+++ b/plc4go/pkg/api/config/config.go
@@ -24,5 +24,9 @@ var (
 	TraceTransactionManagerWorkers      bool
 	TraceTransactionManagerTransactions bool
 	TraceDefaultMessageCodecWorker      bool
-	TraceConnectionCache                bool
+)
+
+// TraceConnectionCache when set to true the connection cache outputs debug logs
+var (
+	TraceConnectionCache bool
 )