Show worker name in Task Log
Please add the name of the worker machine to the task log when a deployment is made. It is a small change which I think will be easy to add.
Reason/Rationale/Context: We were working without workers/worker pool and we just had a few deployments that we were setting up to run on our Octopus server. My colleague added a worker and without me noticing what I thought was running on the Octopus server was moved to the worker. I knew I had the dependencies my script needed installed via Octopus on the Octopus Server (like a trusted root certificate and others) and I couldn't figure out why the PowerShell script wasn't working. I had a hard time figuring out why. I finally added $env:computername to my PowerShell script only to learn that it was running on the worker instead of the Octopus server. I think if the name of the worker would have shown in the Task Log, I might have figured this out faster and saved myself hours of consternation. (I noticed it is visible from the Raw view, but I didn't think I had a need to look at that.)
