Hi ZAP Team,
I'm running ZAP via the Automation Framework, and I'm trying to set up some logging infrastructure to show what kinds of requests are being made by ZAP during testing. I know that this was logged in the history tab when I ran ZAP Desktop, I'm having trouble finding this history when running through the AF. I've tried going into the Docker container while it runs to view the log file, and while I see many messages like:
INFO HostProcess - completed host/plugin http://hcp1:8000 | HtAccessScanRule in 1.74s with 14 message(s) sent and 0 alert(s) raised.
I'm looking for something like the history tab where I can see each request/response during the ZAP scan. How can I get this kind of verbose log from ZAP? I know there are the report types with requests and responses, but I need something that lists out every request, not just the ones that raise alerts.
Thank you!