Is the webhook feature still supported?

Hi,

I would like to know if the webhook feature of Appium is still supported?

In our use case we have to run the Appium server in a local network.
Furthermore, we need the logs of Appium server on another machine in the network.

Currently we focus on multiple problems receiving the logs on this remote machine by using an TCP webhook.
Sometimes request are missing or in a different order. Also we receive different timestamps as the Appium server is printing to a local log file.

Has anyone focused on related problems already?

Greets.

I’m not sure it will work or not as i have never tried this on my own. Can you load the file system of the other machine where you want the logs using SSHFS and store the logs as you are saving on local memory.