http_debug not creating log

Discussions related to HTTPAPI (An HTTP Client Package for RPG programming.) http://www.scottklement.com/httpapi/
Post Reply
CaptainRonOhio
Posts: 1
Joined: Thu Apr 24, 2025 2:58 pm

http_debug not creating log

Post 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
Scott Klement
Site Admin
Posts: 872
Joined: Sun Jul 04, 2021 5:12 am

Re: http_debug not creating log

Post by Scott Klement »

I don't understand. Can you provide an example?
Post Reply