
The task log API endpoint was loading the entire log into RAM, then sending it as response. This makes display in a browser also a bit harder. The API endpoint now returns some JSON with info about the task log, including its size and which URL can be used to download it. Manifest task: T99730