A lot of messages in openhab.log

Hello,

I have since update from 2.4 to 2.5 a lot of log entries:

2020-03-21 22:12:38.379 [TRACE] [nal.communicator.client.XmlRpcClient] - Client XmlRpcRequest (port 2001):
<?xml version="1.0" encoding="ISO-8859-1"?>
<methodCall><methodName>ping</methodName>
<params><param><value>ccu3</value></param></params></methodCall>
2020-03-21 22:12:38.382 [TRACE] [nal.communicator.client.XmlRpcClient] - Client XmlRpcResponse (port 2001):
<?xml version="1.0" encoding="iso-8859-1"?>
<methodResponse><params><param>
        <value><array><data><value><boolean>1</boolean></value></data></array></value>
</param></params></methodResponse>

2020-03-21 22:12:38.382 [TRACE] [nal.communicator.server.XmlRpcServer] - Server parsed XmlRpcMessage:
system.multicall()
[
        {
                methodName=event
                params=
                [
                        RF-ccu3
                        CENTRAL
                        PONG
                        ccu3
                ]
        }
]

2020-03-21 22:12:38.383 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (String) value 'ccu3' for 'CENTRAL:0#PONG' from gateway with id 'ccu3'
2020-03-21 22:12:38.383 [TRACE] [nal.communicator.server.XmlRpcServer] - Server XmlRpcResponse:
<?xml version="1.0" encoding="ISO-8859-1"?>
<methodResponse><params><param><value><array><data><value>event</value></data></array></value></param></params></methodResponse>
2020-03-21 22:12:38.384 [TRACE] [nal.communicator.client.XmlRpcClient] - Client XmlRpcRequest (port 2001):
<?xml version="1.0" encoding="ISO-8859-1"?>
<methodCall><methodName>listBidcosInterfaces</methodName>
<params></params></methodCall>
2020-03-21 22:12:38.388 [TRACE] [nal.communicator.client.XmlRpcClient] - Client XmlRpcResponse (port 2001):
<?xml version="1.0" encoding="iso-8859-1"?>
<methodResponse><params><param>
        <value><array><data><value><struct><member><name>ADDRESS</name><value>PEQ2183643</value></member><member><name>CONNECTED</name><value><boolean>1</boolean></value></member><member><name>DEFAULT</name><value><boolean>1</boolean></value></member><member><name>DESCRIPTION</name><value></value></member><member><name>DUTY_CYCLE</name><value><i4>30</i4></value></member><member><name>FIRMWARE_VERSION</name><value>4.0.20</value></member><member><name>TYPE</name><value>CCU2</value></member></struct></value></data></array></value>
</param></params></methodResponse>

It seems to be not an error message?! Can I change something to reduce logging of this?

thanks

Log level TRACE & DEBUG are not normally recommended. I think the normal log level is INFO.
DEBUG level is sometimes used temporarily when troubleshooting an issue.

How do I change the log level?

I am not that much of an expert to figure out what parts were changed from the defaults. Sorry.

I’d guess you put debug on your Homematic binding

That’s it! I found it. Great help!

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.