Hi everyone,
Log file for an element is full of logs like these:
2023/12/07 13:38:49.710|SLProtocol - 11048 - Pebble Beach|4708|CProtocol::ProcessSNMPValue|CRU|-1|-> 13:38:49 - Get for StatusCode (status code: HTTP/1.1 200 OK), returned VT_BSTR : HTTP/1.1 200 OK
I would like to disable this logging as it is cluttering log file for the element. How might I do that and in more general how can I control logs like these, documentation mentions CTimer, CParameter, CGroup, etc?
Hi Edib,
Is it possible you have a streamviewer session open on that element? From what I can tell in the code, it seems to do a check for that, but then doesn't necessarily write to the streamviewer, and potentially the logfile instead. Since it's on the lowest log level, it can't be disabled by the user by changing log levels.