Page 1 of 1

http_debug not creating log

Posted: Thu Apr 24, 2025 3:00 pm
by CaptainRonOhio
I have this in my code:
http_debug(*on: '/tmp/test_httpapi_log.txt');

Normally this works just fine. I'm doing a login and logout to an XML API. It never generates the log. It looks like all my other programs other than I'm doing something in between the the login and logout on those.

Any suggestions?

Thanks

Re: http_debug not creating log

Posted: Tue Apr 29, 2025 7:41 pm
by Scott Klement
I don't understand. Can you provide an example?