Skip to content
Snippets Groups Projects
Commit 049919e1 authored by al.schwinn's avatar al.schwinn
Browse files

fix bug - to many diagnostic logging in KIBANA

parent 99d813a2
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ namespace Silecs ...@@ -95,7 +95,7 @@ namespace Silecs
//------------------------------------------------------------------------------------------------------------------------------------------------ //------------------------------------------------------------------------------------------------------------------------------------------------
bool Connection::doOpen(PLC* thePLC) 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; bool justConnected = false;
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment