Logging sendhttpputrequest

  • Platform information:
    • Hardware: Raspberry PI 3 Model B
    • OS: raspian
    • Java Runtime Environment: jre 1.8
    • openHAB version: 2.2
  • Issue of the topic: I want to see answer from the remote server

Hi all,

I’m sending put requests to a deconz server and nothing happens. In order to troubleshoot what’s happening I need to see the logs but they don’t post anything, so I’m guessing I need to turn ON the loggin of this feature, but honestly I didn’t found the binding that should show this logs

My list of logs is

Logger │ Level
───────────────────────────────────────────────────┼──────
ROOT │ WARN
javax.jmdns │ ERROR
org.apache.karaf.jaas.modules.audit │ INFO
org.apache.karaf.kar.internal.KarServiceImpl │ ERROR
org.apache.karaf.shell.support │ OFF
org.eclipse.smarthome │ INFO
org.jupnp │ ERROR
org.openhab │ INFO
org.openhab.binding.http │ ERROR
org.openhab.binding.zwave │ ERROR
org.ops4j.pax.url.mvn.internal.AetherBasedResolver │ ERROR
org.ops4j.pax.web.pax-web-runtime │ OFF
smarthome.event │ INFO
smarthome.event.InboxUpdatedEvent │ ERROR
smarthome.event.ItemAddedEvent │ ERROR
smarthome.event.ItemRemovedEvent │ ERROR
smarthome.event.ItemStateEvent │ ERROR
smarthome.event.ThingAddedEvent │ ERROR
smarthome.event.ThingRemovedEvent │ ERROR
smarthome.event.ThingStatusInfoEvent │ ERROR
systeminfo.computer │ OFF

Anyone can show me which of them I need to switch ON?

Thanks