Skip to main content
Version: 2.7

Logging

REST CALL Dump

The driver is able to dump all REST calls to a log file:

  • Date and Time of the call
  • Http Method and URL
  • Request Body
  • Response Body
  • Response status and reason

The logging can be activated individually for each device by adding following property to the device info node:

{
"Name": "UHAL:LogFileName",
"Value": "$(AppConfig:CommonAppPath)TestLogFile.txt"
}
CAUTION

Make sure the application has write-access in the folder.