From 049919e1f8c3dc1dfd5ded5c87e618b3e1b933bc Mon Sep 17 00:00:00 2001
From: aschwinn <al.schwinn@gsi.de>
Date: Fri, 5 May 2017 11:06:53 +0200
Subject: [PATCH] fix bug - to many diagnostic logging in KIBANA

---
 .../interface/communication/SilecsConnection.cpp                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/silecs-communication-cpp/src/silecs-communication/interface/communication/SilecsConnection.cpp b/silecs-communication-cpp/src/silecs-communication/interface/communication/SilecsConnection.cpp
index 419e0e3..7e3e053 100644
--- a/silecs-communication-cpp/src/silecs-communication/interface/communication/SilecsConnection.cpp
+++ b/silecs-communication-cpp/src/silecs-communication/interface/communication/SilecsConnection.cpp
@@ -95,7 +95,7 @@ namespace Silecs
 	//------------------------------------------------------------------------------------------------------------------------------------------------
 	bool Connection::doOpen(PLC* thePLC)
 	{
-		LOG((COMM|DIAG)) << "Start attempt to open connection ...";
+		//LOG((COMM|DIAG)) << "Start attempt to open connection ..."; .. commented, seem like this creates to many log-entries for KIBANA
 		bool justConnected = false;
 
 		{
-- 
GitLab