Search found 1 match
- Thu Apr 24, 2025 3:00 pm
- Forum: HTTPAPI
- Topic: http_debug not creating log
- Replies: 1
- Views: 617
http_debug not creating log
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 suggestion...