Hello wowza team
I am trying to use the wowza RESTAPI to configure the server and is having some issues. I have enabled debugging on the RESTAPI interface by adding the following 3 lines to the section under section of Server.xml
debugEnable
true
Boolean
The server was restarted. I was expecting to see REST debug info in the logs similar to
(GET): http://localhost:8087/restinfo
(GET): http://localhost:8087/v2/servers/defaultServer/vhosts
(GET): http://localhost:8087/v2/servers/defaultServer/status
Unfortunately I am not seeing any. What is the correct way to enable debugging on RESTAPI calls.
Thank you
Unni