Closed
Description
Despite the fix applied in the context of #801 the logging of long-running ACTool installation still does not work.
The issue is that the stream log GET servlet does not expose streaming behaviour (i.e. does not hit the client until it is complete).
Locally (i.e. without a CDN) it works just fine but in AEMaaCS where the request is issued from the Fastly CDN it seems that Fastly is waiting for the servlet to finish sending before passing it on to the requester.
Compare with https://docs.fastly.com/en/guides/streaming-miss