Plugin server-side action console output

@bubble, why am I seeing the below message in my log? This is showing while using a custom plugin action that decodes a base64url string.

START RequestId: 492b23b7-8284-4e8b-8a03-6617a0605566 Version: $LATEST END RequestId: 492b23b7-8284-4e8b-8a03-6617a0605566 REPORT RequestId: 492b23b7-8284-4e8b-8a03-6617a0605566 Duration: 6.60 ms Billed Duration: 100 ms Memory Size: 128 MB Max Memory Used: 72 MB

I believe that is the result of the attempt of making console logs visible to us when executed in backend.

If you use console.log() in a server side script the result will appear there in the middle of that gibberish. Not ideal but it does the job.