KNX Binding with insufficient log information

Hi Folks,

I have two OH instances working with knx bus. One OH1, and one OH2.

While OH1 with KNX 1 logs some great information about Problems:

2018-09-09 09:00:19.216 [ERROR] [tuwien.auto.calimero          ] - [Timer-14] KNXnet/IP Tunneling 192.168.178.200:3671: establishing connection failed
tuwien.auto.calimero.exception.KNXRemoteException: error response from control endpoint /192.168.178.200:3671, could not accept new connection (maximum reached)
        at tuwien.auto.calimero.knxnetip.ClientConnection.connect(ClientConnection.java:174) ~[na:na]
        at tuwien.auto.calimero.knxnetip.KNXnetIPTunnel.<init>(KNXnetIPTunnel.java:117) ~[na:na]
        at tuwien.auto.calimero.link.KNXNetworkLinkIP.<init>(KNXNetworkLinkIP.java:180) ~[na:na]
        at org.openhab.binding.knx.internal.connection.KNXConnection.connectByIp(KNXConnection.java:263) ~[na:na]
        at org.openhab.binding.knx.internal.connection.KNXConnection.connect(KNXConnection.java:159) ~[na:na]
        at org.openhab.binding.knx.internal.connection.KNXConnection$ConnectTimerTask.run(KNXConnection.java:483) ~[na:na]
        at java.util.TimerThread.mainLoop(Timer.java:555) ~[na:1.8.0]
        at java.util.TimerThread.run(Timer.java:505) ~[na:1.8.0]

OH2 with KNX 2 only provides me with some useless information:

2018-09-09 07:00:40.256 [ERROR] [et/IP Tunneling 192.168.178.200:3671] - establishing connection failed, null

Is it possible to configure OH2 to output information that leads to the problem?

Bests
Pascal

Set the log level to debug :slight_smile:

Package would be org.openhab.binding.knx in this case.

THX! :cowboy_hat_face: