CODE_ENABLE_STDOUT
is only needed for non-manual executions.
Since you are debugging this in the browser, your executions are manual, in which case the backend sends a websocket message to the browser to log to the browser console.
There are only reasons that I can think of that could prevent you from seeing these logs:
- Either your browser log-level is set exclude the
log
level, or - Your hosting setup is messing with Websocket connections.
I don’t have any experience with Render, but I’ve seen some other posts here that look like people having issues with Websockets on Render.
Is the rest of the UI upgrading correctly for you on manual executions?